milis/talimatname/temel/m4/talimat

21 lines
341 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: The M4 package contains a macro processor
# URL: http://www.seindal.dk/rene/gnu/
# Paketçi: milisarge
# Gerekler:
isim=m4
surum=1.4.17
devir=1
kaynak=(http://ftp.gnu.org/gnu/m4/m4-$surum.tar.xz)
derle()
{
cd m4-$surum
./configure --prefix=/usr
make
make check || true
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/info/dir
}