milis/talimatname/genel/autoconf2/talimat

27 lines
577 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.

# Description: Kaynak kodu otomatik konfigüre etmek için bir GNU aracı. (Legacy 2.1x version)
# URL: http://www.gnu.org/software/autoconf/
# Packager: alihan-ozturk28@hotmail.com
# Depends on:
name=autoconf2
version=2.13
release=1
_name=autoconf
source=( http://mirror.rackdc.com/gnu/${_name}/${_name}-$version.tar.gz)
build() {
cd ${_name}-$version
./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
}