libixion11: removed, no longer needed
This commit is contained in:
parent
568df64d8e
commit
60222f604b
3 changed files with 0 additions and 30 deletions
|
@ -2349,7 +2349,6 @@ libCbc.so.3 CoinMP-1.8.3_1
|
|||
libOsiCommonTests.so.1 CoinMP-1.8.3_1
|
||||
libCbcSolver.so.3 CoinMP-1.8.3_1
|
||||
libmwaw-0.3.so.3 libmwaw-0.3.7_1
|
||||
libixion-0.11.so.0 libixion11-0.11.1_1
|
||||
liborcus-parser-0.11.so.0 liborcus11-0.11.2_1
|
||||
liborcus-mso-0.11.so.0 liborcus11-0.11.2_1
|
||||
liborcus-0.11.so.0 liborcus11-0.11.2_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libixion11
|
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'libixion'
|
||||
pkgname=libixion11
|
||||
version=0.11.1
|
||||
revision=10
|
||||
wrksrc="${pkgname%11}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="boost-devel mdds python3-devel"
|
||||
short_desc="General purpose formula parser and interpreter"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://gitlab.com/ixion/ixion/"
|
||||
distfiles="http://kohei.us/files/ixion/src/libixion-${version}.tar.xz"
|
||||
checksum=c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede
|
||||
replaces="libixion10>=0 libixion<0.12.0"
|
||||
|
||||
post_extract() {
|
||||
sed -i '/^LDFLAGS=/d' configure
|
||||
}
|
||||
libixion11-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue