wok annotate 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
rev   line source
pascal@11219 1 # SliTaz package receipt.
pascal@11219 2
pascal@11219 3 PACKAGE="cppunit-dev"
Hans-G?nter@22617 4 VERSION="1.15.1"
pascal@11219 5 CATEGORY="development"
Hans-G?nter@22617 6 SHORT_DESC="Development files for the cppunit framework."
pascal@11219 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="LGPL2.1"
Hans-G?nter@22617 9 WEB_SITE="https://freedesktop.org/wiki/Software/cppunit/"
pascal@11219 10
pascal@15596 11 DEPENDS="pkg-config"
Hans-G?nter@22617 12 WANTED="cppunit"
pascal@15596 13
pascal@11219 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11219 15 genpkg_rules()
pascal@11219 16 {
Hans-G?nter@22617 17 mkdir -p $fs/usr/lib
Hans-G?nter@22617 18 # mkdir -p $fs/usr/share
Hans-G?nter@22617 19
Hans-G?nter@22617 20 cp -a $install/usr/bin $fs/usr
Hans-G?nter@22617 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@22617 22 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22617 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22617 24 # cp -a $install/usr/share/aclocal $fs/usr/share
pascal@11219 25 }