wok annotate commoncpp2-dev/receipt @ rev 15001

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:48:05 2013 +0000 (2013-08-10)
parents 6fab874a9260
children 851fc1686394
rev   line source
rcx@3771 1 # SliTaz package receipt.
rcx@3771 2
rcx@3771 3 PACKAGE="commoncpp2-dev"
slaxemulator@7291 4 VERSION="1.8.1"
rcx@3771 5 CATEGORY="development"
pascal@15001 6 LICENSE="GPL2"
rcx@3771 7 SHORT_DESC="Devel files for commoncpp2."
rcx@3771 8 MAINTAINER="rcx@zoominternet.net"
rcx@3771 9 WEB_SITE="http://www.gnu.org/software/commoncpp/"
rcx@3771 10 WANTED="commoncpp2"
rcx@3771 11
pascal@15001 12 DEPENDS="commoncpp2"
pascal@15001 13
rcx@3771 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3771 15 genpkg_rules()
rcx@3771 16 {
rcx@3771 17 mkdir -p $fs/usr/lib $fs/usr/share
pascal@15001 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15001 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15001 20 cp -a $install/usr/bin $fs/usr
pascal@15001 21 cp -a $install/usr/include $fs/usr
pascal@15001 22 cp -a $install/usr/share/aclocal $fs/usr/share
rcx@3771 23 }