summaryrefslogtreecommitdiff
path: root/unace
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2006-10-24 15:36:15 -0500
committerMatt Housh <jaeger@crux.nu>2006-10-24 15:36:15 -0500
commit1447692c84b7d0429e4de41e70e1f84a1a55e183 (patch)
treed3228f3960d9f7fcfbb6e2c88faa798c87ee29ed /unace
parente4d2dbda6ba0d3a9c0bb0d58255b65db80932737 (diff)
downloadcontrib-1447692c84b7d0429e4de41e70e1f84a1a55e183.tar.gz
contrib-1447692c84b7d0429e4de41e70e1f84a1a55e183.tar.xz
initial import of my contrib ports
Diffstat (limited to 'unace')
-rw-r--r--unace/.footprint3
-rw-r--r--unace/.md5sum1
-rw-r--r--unace/Pkgfile13
3 files changed, 17 insertions, 0 deletions
diff --git a/unace/.footprint b/unace/.footprint
new file mode 100644
index 000000000..ea1c5f24d
--- /dev/null
+++ b/unace/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/unace
diff --git a/unace/.md5sum b/unace/.md5sum
new file mode 100644
index 000000000..24664cf20
--- /dev/null
+++ b/unace/.md5sum
@@ -0,0 +1 @@
+ad1f8cb7ff3a6c6019da869b72300719 linunace25.tgz
diff --git a/unace/Pkgfile b/unace/Pkgfile
new file mode 100644
index 000000000..fdd92a070
--- /dev/null
+++ b/unace/Pkgfile
@@ -0,0 +1,13 @@
+# Description: Command-line ace unarchiver for linux
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# URL: http://www.winace.com/
+
+name=linux-unace
+version=2.5
+release=1
+source=(http://www.winace.com/files/linunace25.tgz)
+
+build() {
+ mkdir -p $PKG/usr/bin
+ install -o root -g root -m 755 unace $PKG/usr/bin
+}

Generated by cgit