23 lines
624 B
Bash
23 lines
624 B
Bash
# Template build file for "check"
|
|
pkgname=check
|
|
version=0.10.0
|
|
revision=1
|
|
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=f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
|
|
|
|
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
|
|
}
|
|
}
|