wok annotate commoncpp2-dev/receipt @ rev 14244

linux-source: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 23 14:31:05 2013 +0100 (2013-03-23)
parents 08b8d9c3741d
children 408c87fa22ca
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"
rcx@3771 6 SHORT_DESC="Devel files for commoncpp2."
rcx@3771 7 MAINTAINER="rcx@zoominternet.net"
slaxemulator@7291 8 DEPENDS="commoncpp2"
rcx@3771 9 WEB_SITE="http://www.gnu.org/software/commoncpp/"
rcx@3771 10 WANTED="commoncpp2"
rcx@3771 11
rcx@3771 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3771 13 genpkg_rules()
rcx@3771 14 {
rcx@3771 15 mkdir -p $fs/usr/lib $fs/usr/share
rcx@3771 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
rcx@3771 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
rcx@3771 18 cp -a $_pkg/usr/bin $fs/usr
rcx@3771 19 cp -a $_pkg/usr/include $fs/usr
rcx@3771 20 cp -a $_pkg/usr/share/aclocal $fs/usr/share
rcx@3771 21 }