milis/talimatname/genel/g/gforth/talimat

20 lines
500 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: ANS Forth dilinin hızlı ve taşınabilir uygulaması
# URL: http://www.gnu.org/software/gforth/
# Paketçi: Cihan_Alkan
# Gerekler: libtool
# Grup: geliştirme
isim=gforth
surum=0.7.3
devir=1
kaynak=(http://www.complang.tuwien.ac.at/forth/$isim/$isim-$surum.tar.gz)
derle() {
cd "$SRC/$isim-$surum"
CFLAGS='-std=gnu99' ./configure --prefix=/usr
make PREFIX=/usr -j1
make PREFIX=/usr DESTDIR="$PKG" install
rm -rf $PKG/usr/share/info
rm -rf $PKG/usr/share/man
}