wok view cppunit-dev/receipt @ rev 22617

updated cppunit and cppunit-dev (1.12.1 -> 1.15.1)
author Hans-G?nter Theisgen
date Sun Jan 12 10:08:30 2020 +0100 (2020-01-12)
parents 851fc1686394
children dcb071a5e9e6
line source
1 # SliTaz package receipt.
3 PACKAGE="cppunit-dev"
4 VERSION="1.15.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for the cppunit framework."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://freedesktop.org/wiki/Software/cppunit/"
11 DEPENDS="pkg-config"
12 WANTED="cppunit"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 # mkdir -p $fs/usr/share
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/include $fs/usr
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/share/aclocal $fs/usr/share
25 }