summaryrefslogtreecommitdiff
path: root/ack/Pkgfile
diff options
context:
space:
mode:
authorBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-02-12 11:43:18 +0100
committerBartlomiej Palmowski <wszystkie.fajne.loginy.zajete@gmail.com>2009-02-12 11:43:18 +0100
commite6919875e8fd0ab5fb7e94b760a145a304be5808 (patch)
tree4a9c9e4c0f7a6fe7af989b608aa554723d549dae /ack/Pkgfile
parentaac251374fe0dbf5f3f7ad2636026e0c731cdbfd (diff)
downloadcontrib-e6919875e8fd0ab5fb7e94b760a145a304be5808.tar.gz
contrib-e6919875e8fd0ab5fb7e94b760a145a304be5808.tar.xz
ack: 1.86 -> 1.88
Diffstat (limited to 'ack/Pkgfile')
-rw-r--r--ack/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/ack/Pkgfile b/ack/Pkgfile
index f13b8f662..0cdc73cd0 100644
--- a/ack/Pkgfile
+++ b/ack/Pkgfile
@@ -3,10 +3,12 @@
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=ack
-version=1.86
+version=1.88
release=1
-source=(http://$name.googlecode.com/svn/tags/latest/$name-standalone)
+source=(http://$name.googlecode.com/svn/tags/latest/$name)
build() {
- install -D -m 0755 $name-standalone $PKG/usr/bin/$name
+ install -D -m 0755 $name $PKG/usr/bin/$name
+ mkdir -p $PKG/usr/man/man1
+ pod2man $name > $PKG/usr/man/man1/$name.1
}

Generated by cgit