milis/talimatname/temel/autoconf/talimat

20 lines
407 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: Kaynak kodunu otomatik olarak yapılandırabilen kabuk komut dizileri üretmek için.
# URL: http://www.gnu.org/software/autoconf/
# Paketçi: milisarge
# Gerekler:
# Grup: temel
isim=autoconf
surum=2.69
devir=1
kaynak=(http://ftp.gnu.org/gnu/autoconf/autoconf-$surum.tar.xz)
derle()
{
cd autoconf-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}