milis/talimatname/temel/automake/talimat

21 lines
484 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: Autoconf ile kullanılacak Makefile'leri üretmek için programlar içerir.
# URL: http://www.gnu.org/software/automake/
# Paketçi: milisarge
# Gerekler:
# Grup: temel
isim=automake
surum=1.15
devir=2
kaynak=(http://ftp.gnu.org/gnu/$isim/$isim-$surum.tar.xz)
derle() {
cd automake-$surum
sed -i 's:/\\\${:/\\\$\\{:' bin/automake.in
./configure --prefix=/usr \
--docdir=$PKG/usr/share/doc/automake-$surum
make
make prefix=$PKG/usr install
rm -rf $PKG/usr/share/info/dir
}