vp-build/srcpkgs/cln/template

29 lines
731 B
Bash

# Template file for 'cln'
pkgname=cln
version=1.3.4
revision=1
build_style=gnu-configure
maintainer="Orphaned <orphan@voidlinux.eu>"
makedepends="gmp-devel"
license="GPL"
homepage="http://www.ginac.de/CLN/"
short_desc="A library for efficient computations with all kinds of numbers in arbitrary precision"
distfiles="http://www.ginac.de/CLN/${pkgname}-${version}.tar.bz2"
checksum=2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748
case "$XBPS_TARGET_MACHINE" in
arm*)
CPPFLAGS+=" -DNO_ASM";;
esac
cln-devel_package() {
short_desc+=" - development files"
depends="cln>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/libcln.so
vmove usr/lib/libcln.a
vmove usr/lib/pkgconfig
}
}