33 lines
854 B
Text
33 lines
854 B
Text
|
# Template file for 'libcppunit'
|
||
|
pkgname=libcppunit
|
||
|
version=1.12.1
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config autoconf 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 -i
|
||
|
libtoolize -f
|
||
|
}
|
||
|
|
||
|
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
|
||
|
}
|
||
|
}
|