milis/talimatname/genel/a/autoconf2/talimat

24 lines
545 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 kodu otomatik konfigüre etmek için bir GNU aracı. (Legacy 2.1x version)
# URL: http://www.gnu.org/software/autoconf/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
isim=autoconf2
_isim=autoconf
surum=2.13
devir=1
kaynak=( http://mirror.rackdc.com/gnu/${_name}/${_name}-$surum.tar.gz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr \
--infodir=/usr/share/info \
--program-suffix=-2.13
make
make prefix="$PKG/usr" infodir="$PKG/usr/share/info" install
rm -rf $PKG/usr/share/info/dir
}