23 lines
624 B
Text
23 lines
624 B
Text
# Template build file for "check"
|
|
pkgname=check
|
|
version=0.9.12
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Unit Testing Framework for C"
|
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
|
homepage="check.sourceforge.net"
|
|
license="LGPL"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=c7d47e55e133a0ca19a52e08a99333ac55cb22618b53719b7f4117a1875b1ea3
|
|
|
|
check-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/aclocal
|
|
}
|
|
}
|