gforth
This commit is contained in:
parent
62eb7fd566
commit
01f4229e65
1 changed files with 19 additions and 0 deletions
19
talimatname/genel/g/gforth/talimat
Normal file
19
talimatname/genel/g/gforth/talimat
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue