wok-6.x annotate commoncpp2-dev/receipt @ rev 4592
update get-wifi-firmaware; rt2860,rt2870 fw now in kernel; rt73,rt61 WGET_URL temporarily fixed using Arch sources
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Dec 11 12:21:27 2009 +0000 (2009-12-11) |
parents | |
children | 08b8d9c3741d |
rev | line source |
---|---|
rcx@3771 | 1 # SliTaz package receipt. |
rcx@3771 | 2 |
rcx@3771 | 3 PACKAGE="commoncpp2-dev" |
rcx@3771 | 4 VERSION="1.7.3" |
rcx@3771 | 5 CATEGORY="development" |
rcx@3771 | 6 SHORT_DESC="Devel files for commoncpp2." |
rcx@3771 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3771 | 8 DEPENDS="" |
rcx@3771 | 9 BUILD_DEPENDS="" |
rcx@3771 | 10 WEB_SITE="http://www.gnu.org/software/commoncpp/" |
rcx@3771 | 11 WANTED="commoncpp2" |
rcx@3771 | 12 |
rcx@3771 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3771 | 14 genpkg_rules() |
rcx@3771 | 15 { |
rcx@3771 | 16 mkdir -p $fs/usr/lib $fs/usr/share |
rcx@3771 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3771 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3771 | 19 cp -a $_pkg/usr/bin $fs/usr |
rcx@3771 | 20 cp -a $_pkg/usr/include $fs/usr |
rcx@3771 | 21 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
rcx@3771 | 22 } |