summaryrefslogtreecommitdiff
path: root/ack
diff options
context:
space:
mode:
authorBartlomiej Palmowski <maks1k@wp.pl>2008-11-01 13:12:35 +0100
committerBartlomiej Palmowski <maks1k@wp.pl>2008-11-01 13:12:35 +0100
commit8aeca131a87d9ff8df614989b407be9709623489 (patch)
treee405f0409a6bf0ff0794d6ab33d174da650bec78 /ack
parent77a20a8a343ffbf8fc9a1e658321727a94cb1c54 (diff)
downloadcontrib-8aeca131a87d9ff8df614989b407be9709623489.tar.gz
contrib-8aeca131a87d9ff8df614989b407be9709623489.tar.xz
ack: new port
Diffstat (limited to 'ack')
-rw-r--r--ack/.footprint3
-rw-r--r--ack/.md5sum1
-rw-r--r--ack/Pkgfile12
3 files changed, 16 insertions, 0 deletions
diff --git a/ack/.footprint b/ack/.footprint
new file mode 100644
index 000000000..e42af0a82
--- /dev/null
+++ b/ack/.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/ack
diff --git a/ack/.md5sum b/ack/.md5sum
new file mode 100644
index 000000000..aa3e41a26
--- /dev/null
+++ b/ack/.md5sum
@@ -0,0 +1 @@
+2b758af649bf26acd0d2e82d852d10d2 ack-standalone
diff --git a/ack/Pkgfile b/ack/Pkgfile
new file mode 100644
index 000000000..cc164ec14
--- /dev/null
+++ b/ack/Pkgfile
@@ -0,0 +1,12 @@
+# Description: tool like grep, aimed at programmers with large trees of heterogeneous source code
+# URL: http://petdance.com/ack/
+# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
+
+name=ack
+version=1.86
+release=1
+source=(http://$name.googlecode.com/svn/tags/latest/$name-standalone)
+
+build() {
+ install -D -m 0755 $name-standalone $PKG/usr/bin/$name
+}

Generated by cgit