milis/talimatname/genel/l/librep/talimat

21 lines
421 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: Librep paketi bir Lisp sistemi içeriyor.
# URL: http://librep.sourceforge.net/
# Paketçi: milisarge
# Gerekler: libffi
name=librep
version=0.92.5
release=2
source=(http://download.tuxfamily.org/$name/${name}_$version.tar.xz)
build() {
export CFLAGS="$CFLAGS -std=gnu90"
cd ${name}_$version
./configure --prefix=/usr \
--disable-static
make || make -j1
make prefix=$PKG/usr install
rm -rf $PKG/usr/share
}