parent
197a5662fd
commit
8a246bfd5e
1 changed files with 4 additions and 3 deletions
|
@ -1,21 +1,22 @@
|
|||
# Template file for 'isl15'.
|
||||
# Template file for 'isl15'
|
||||
pkgname=isl15
|
||||
version=0.19
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="isl-${version}"
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="gmp-devel"
|
||||
short_desc="Integer Set Library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://freecode.com/projects/isl"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
|
||||
checksum=d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8
|
||||
|
||||
post_install() {
|
||||
# Remove gdb python files.
|
||||
rm -f ${DESTDIR}/usr/lib/*.py
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
isl15-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue