milis/talimatname/genel/l/libixion/talimat

23 lines
609 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: Genel amaçlı formül çözümleyici ve yorumlayıcı
# URL: https://gitlab.com/ixion/ixion/blob/master/README.md
# Paketçi: Cihan Alkan
# Gerekler: boost mdds python3
isim=libixion
surum=0.13.0
devir=1
kaynak=(http://kohei.us/files/ixion/src/libixion-$surum.tar.xz)
derle() {
cd $isim-$surum
[ ! -f /usr/lib/pkgconfig/python3.pc ] && ln -s /usr/lib/pkgconfig/python-3.5.pc /usr/lib/pkgconfig/python3.pc
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
rm -f /usr/lib/pkgconfig/python3.pc
}