milis/talimatname/genel/a/autoconf-archive/talimat

20 lines
377 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Serbestçe yeniden kullanılabilir Autoconf makroları topluluğu
2017-07-02 14:33:42 +02:00
# URL: http://www.gnu.org/software/autoconf-archive/
2017-10-27 20:46:27 +02:00
# Paketçi: Cihan Alkan
# Gerekler:
2017-07-02 14:33:42 +02:00
name=autoconf-archive
version=2017.03.21
release=1
source=(http://ftpmirror.gnu.org/$name/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-07-02 14:33:42 +02:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}