milis/talimatname/genel/f/ffcall/talimat

20 lines
579 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: Gömülü yorumlayıcılarda yabancı işlev çağrıları uygulamak için C kütüphanesi
# URL: http://www.gnu.org/software/libffcall/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=ffcall
surum=1.10
devir=1
kaynak=(http://www.haible.de/bruno/gnu/${isim}-${surum}.tar.gz)
derle() {
cd $isim-$surum
[ "`uname -m`" = "x86_64" ] && CONFIGFLAG="--with-pic"
./configure --prefix=/usr --mandir=/usr/share/man $CONFIGFLAG
make || make -j1
install -d $PKG/usr/share/{man,doc/ffcall-$surum}
make DESTDIR=$PKG htmldir=/usr/share/doc/ffcall-$surum install
}