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

20 lines
377 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: Serbestçe yeniden kullanılabilir Autoconf makroları topluluğu
# URL: http://www.gnu.org/software/autoconf-archive/
# Paketçi: Cihan Alkan
# Gerekler:
name=autoconf-archive
version=2017.03.21
release=1
source=(http://ftpmirror.gnu.org/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}