wok view cppunit-dev/receipt @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
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 }