ack: 1.90 -> 1.92

This commit is contained in:
Bartlomiej Palmowski 2009-12-30 11:02:11 +01:00
parent 3bc4a7fcfa
commit b5c7625e34
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
d15d059166beff6103d2401aa2d783c7 ack
7175438fbcb43405f50d7ffda701eeb3 ack-standalone

View File

@ -1,14 +1,14 @@
# Description: tool like grep, aimed at programmers with large trees of heterogeneous source code
# URL: http://petdance.com/ack/
# URL: http://betterthangrep.com/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
name=ack
version=1.90
version=1.92
release=1
source=(http://$name.googlecode.com/svn/tags/latest/$name)
source=(http://betterthangrep.com/$name-standalone)
build() {
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0755 $name-standalone $PKG/usr/bin/$name
mkdir -p $PKG/usr/man/man1
pod2man $name > $PKG/usr/man/man1/$name.1
pod2man /usr/bin/$name > $PKG/usr/man/man1/$name.1
}