vp-build/srcpkgs/libcppunit/template

33 lines
857 B
Plaintext

# Template file for 'libcppunit'
pkgname=libcppunit
version=1.12.1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config automake libtool"
short_desc="C++ unit testing framework"
maintainer="Enno Boland <eb@s01.de>"
license="LGPL"
homepage="http://cppunit.sourceforge.net"
distfiles="http://downloads.sourceforge.net/cppunit/cppunit-$version.tar.gz"
checksum=ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a
wrksrc="cppunit-$version"
make_build_args="LDFLAGS=-ldl"
pre_configure() {
autoreconf -fi
}
libcppunit-devel_package() {
depends="libcppunit>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove /usr/bin/cppunit-config
vmove /usr/share/man/man1/cppunit-config.1
vmove usr/share/aclocal
}
}