forked from ports/contrib
ack: 1.90 -> 1.92
This commit is contained in:
parent
3bc4a7fcfa
commit
b5c7625e34
@ -1 +1 @@
|
||||
d15d059166beff6103d2401aa2d783c7 ack
|
||||
7175438fbcb43405f50d7ffda701eeb3 ack-standalone
|
||||
|
10
ack/Pkgfile
10
ack/Pkgfile
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user