23 lines
656 B
Bash
23 lines
656 B
Bash
# Template file for 'glpk'
|
|
pkgname=glpk
|
|
version=4.63
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-gmp"
|
|
makedepends="gmp-devel"
|
|
short_desc="GNU Linear Programming Kit to solve LP, MIP and other problems"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/glpk/glpk.html"
|
|
distfiles="${GNU_SITE}/glpk/${pkgname}-${version}.tar.gz"
|
|
checksum=914d27f1a51c2bf4a51f1bd4a507f875fcca99db7b219380b836a25b29b3e7f6
|
|
|
|
glpk-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|