contrib/ack/Pkgfile

15 lines
439 B
Plaintext
Raw Normal View History

2008-11-01 13:12:35 +01:00
# Description: tool like grep, aimed at programmers with large trees of heterogeneous source code
# URL: http://petdance.com/ack/
2009-01-10 14:30:03 +01:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
2008-11-01 13:12:35 +01:00
name=ack
2009-09-17 19:38:37 +02:00
version=1.90
2008-11-01 13:12:35 +01:00
release=1
2009-02-12 11:43:18 +01:00
source=(http://$name.googlecode.com/svn/tags/latest/$name)
2008-11-01 13:12:35 +01:00
build() {
2009-02-12 11:43:18 +01:00
install -D -m 0755 $name $PKG/usr/bin/$name
mkdir -p $PKG/usr/man/man1
pod2man $name > $PKG/usr/man/man1/$name.1
2008-11-01 13:12:35 +01:00
}