wok view cppunit-dev/receipt @ rev 21178

pam_ldap, asciiquarium: update website
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 01 19:33:51 2019 +0200 (2019-04-01)
parents eb8067417980
children b9c744416436
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 LICENSE="LGPL2.1"
9 WEB_SITE="http://cppunit.sourceforge.net/"
10 WANTED="cppunit"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/bin $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }