milis/talimatname/temel/autoconf/talimat

19 lines
391 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: For producing shell scripts that can automatically configure source code.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnu.org/software/autoconf/
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge@gmail.com
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
isim=autoconf
surum=2.69
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=(http://ftp.gnu.org/gnu/autoconf/autoconf-$surum.tar.xz)
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:15:02 +02:00
cd autoconf-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}