wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="commoncpp2-dev"
4 VERSION="1.8.1"
5 CATEGORY="development"
6 LICENSE="GPL2"
7 SHORT_DESC="Devel files for commoncpp2."
8 MAINTAINER="rcx@zoominternet.net"
9 WEB_SITE="http://www.gnu.org/software/commoncpp/"
10 WANTED="commoncpp2"
12 DEPENDS="commoncpp2"
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/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }