milis/talimatname/genel/l/librep/talimat

22 lines
515 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: Hafif, makul derecede hızlı ve oldukça genişletilebilir bir Lisp lehçesini uygulayan bir paylaşımlı kütüphanedir.
# URL: http://librep.sourceforge.net/
# Paketçi: milisarge
# Gerekler: libffi
# Grup: kütüphane
isim=librep
surum=0.92.5
devir=2
kaynak=(http://download.tuxfamily.org/$isim/${isim}_$surum.tar.xz)
derle() {
export CFLAGS="$CFLAGS -std=gnu90"
cd ${isim}_$surum
./configure --prefix=/usr \
--disable-static
make || make -j1
make prefix=$PKG/usr install
rm -rf $PKG/usr/share
}