summaryrefslogtreecommitdiff
path: root/help2man/Pkgfile
blob: ec8e88e97a05a75c0e14e5a4ad06fc1401544bdc (plain)
    1 # Description: A tool for automatically generating simple manual pages from program output.
    2 # URL: http://www.gnu.org/software/help2man/
    3 # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
    4 # Packager: Younes Hafri, ycrux at club-internet dot fr
    5 # Depends on:
    6 
    7 name=help2man
    8 version=1.36.4
    9 release=1
   10 source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.gz)
   11 
   12 build() {
   13 	cd help2man-$version
   14 
   15 	./configure \
   16 		--prefix=/usr \
   17 		--disable-nls
   18 
   19 	make
   20 	make prefix=$PKG/usr install
   21 
   22 	rm -rf $PKG/usr/info
   23 }

Generated by cgit