CoinMP: update to 1.8.4

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-02-25 16:53:37 +01:00
parent 58e9075f55
commit 77eb026f4a
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 5 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'CoinMP'
pkgname=CoinMP
version=1.8.3
revision=4
version=1.8.4
revision=1
build_style=gnu-configure
hostmakedepends="doxygen graphviz pkg-config"
short_desc="Library that supports most of Coin CLP, CBC and CGL"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3"
license="CPL-1.0"
homepage="https://projects.coin-or.org/CoinMP"
distfiles="http://www.coin-or.org/download/source/${pkgname}/${pkgname}-${version}.tgz"
checksum=a1a665db36c7fd69c1e53fffbd108cae1bf22f08acf81c394cd454b8168f22f7
checksum=3459fb0ccbdd39342744684338984ac4cc153fb0434f4cae8cf74bd67490a38d
post_configure() {
# remove erroneous cross base prefix from include paths
@ -21,6 +21,7 @@ post_install() {
vmkdir usr/share/coin/doc/CoinMP
mv ${DESTDIR}/${DESTDIR}/usr/share/coin/doc/CoinMP/* \
${DESTDIR}/usr/share/coin/doc/CoinMP
vlicense LICENSE
}
CoinMP-devel_package() {