milis/talimatname/temel/texinfo/talimat

20 lines
359 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Texinfo is the official documentation format of the GNU project.
# URL: http://www.gnu.org/software/texinfo
# Paketçi: milisarge
# Gerekler:
isim=texinfo
surum=6.1
devir=1
kaynak=(http://ftp.gnu.org/gnu/$isim/texinfo-$surum.tar.xz)
derle()
{
cd texinfo-*
./configure --prefix=/usr
make
make install DESTDIR=$PKG
rm -rf $PKG/usr/share/info/dir
}