milis/talimatname/genel/h/help2man/talimat

20 lines
540 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Help2man, program çıktısından otomatik olarak basit manuel sayfalar üretmek için kullanılan bir araçtır.
# URL: http://www.gnu.org/software/help2man/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: perl-locale-gettext
isim=help2man
surum=1.47.3
devir=1
kaynak=(http://ftp.gnu.org/gnu/help2man/help2man-$surum.tar.xz)
derle(){
cd $isim-$surum
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libdir=/usr/lib
make
make DESTDIR=$PKG install
}