wok view check-dev/receipt @ rev 14274

njconnect - source file is now fixed on upstream level ;-)
author Pawel P. <xj@wp.pl>
date Fri Apr 05 12:14:08 2013 +0000 (2013-04-05)
parents
children 44c65752ed20
line source
1 # SliTaz package receipt.
3 PACKAGE="check-dev"
4 VERSION="0.9.8"
5 CATEGORY="development"
6 SHORT_DESC="Check development files"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://check.sourceforge.net/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="check"
12 DEPENDS="check"
13 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib $fs/usr/share
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/include $fs/usr
25 cp -a $install/usr/share/aclocal $fs/usr/share
26 }