2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-08-03 13:37:37 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|