milis/talimatname/genel/help2man/talimat

21 lines
488 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Conversion tool to create man files
# URL: URL: http://www.gnu.org/software/help2man/
2016-08-01 22:21:59 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: perl-locale-gettext
2016-08-01 22:21:59 +02:00
2016-02-24 01:27:23 +01:00
name=help2man
2016-08-01 22:21:59 +02:00
version=1.47.3
2016-02-24 01:27:23 +01:00
release=1
source=(http://ftp.gnu.org/gnu/help2man/help2man-$version.tar.xz)
build(){
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libdir=/usr/lib
make
make DESTDIR=$PKG install
}