help2man: 1.36.4 -> 1.37.1

This commit is contained in:
Danny Rawlins 2010-03-27 11:43:11 +11:00
parent 24b6c0ca75
commit 07d6930f91
2 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
d31a0a38c2ec71faa06723f6b8bd3076 help2man-1.36.4.tar.gz
371b5cc74fe9c2ea3ee1ca23c19b19a8 help2man-1.37.1.tar.gz

View File

@ -5,20 +5,22 @@
# Depends on:
name=help2man
version=1.36.4
version=1.37.1
release=1
source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.gz)
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd help2man-$version
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make prefix=$PKG/usr install
install -d $PKG/usr/lib
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
rm -rf $PKG/usr/share/info
rmdir $PKG/usr/share
}