ack: 1.86 -> 1.88

This commit is contained in:
Bartlomiej Palmowski 2009-02-12 11:43:18 +01:00
parent aac251374f
commit e6919875e8
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ack
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ack.1.gz

View File

@ -1 +1 @@
2b758af649bf26acd0d2e82d852d10d2 ack-standalone
8009a13ab0fc66047bea0ea2ad89419c ack

View File

@ -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
}