libixion-orcus
This commit is contained in:
parent
691a314581
commit
5b827fa58a
|
@ -1,23 +1,21 @@
|
|||
# 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
|
||||
# Paketçi: Cihan_Alkan
|
||||
# Gerekler: boost mdds python3
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=libixion
|
||||
surum=0.13.0
|
||||
devir=1
|
||||
devir=2
|
||||
|
||||
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
|
||||
}
|
||||
|
|
|
@ -1,20 +1,18 @@
|
|||
# Tanım: Elektronik tablo belgelerinin dosya içe aktarma filtresi kütüphanesi.
|
||||
# URL: https://gitlab.com/orcus/orcus/blob/master/README.md
|
||||
# Paketçi: Cihan Alkan
|
||||
# Paketçi: Cihan_Alkan
|
||||
# Gerekler: libwpd boost mdds libixion
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=liborcus
|
||||
surum=0.13.3
|
||||
devir=1
|
||||
devir=2
|
||||
|
||||
kaynak=(https://kohei.us/files/orcus/src/$isim-$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
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -f /usr/lib/pkgconfig/python3.pc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue