wok view cppunit-dev/receipt @ rev 11820

Up: thunderbird to 10.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:16:39 2012 -0500 (2012-02-25)
parents
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="cppunit-dev"
4 VERSION="1.12.1"
5 CATEGORY="development"
6 SHORT_DESC="Devel file for the cppunit framework."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://cppunit.sourceforge.net/"
9 WANTED="cppunit"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib $fs/usr/share
15 cp -a $install/usr/bin $fs/usr
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/share/aclocal $fs/usr/share
20 }