wok-next annotate commoncpp2-dev/receipt @ rev 6058
commoncpp2: Upgrade to 1.8.0
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 19 22:18:58 2010 +0000 (2010-08-19) |
parents | 356a28053176 |
children | 6fab874a9260 |
rev | line source |
---|---|
rcx@3771 | 1 # SliTaz package receipt. |
rcx@3771 | 2 |
rcx@3771 | 3 PACKAGE="commoncpp2-dev" |
rcx@6058 | 4 VERSION="1.8.0" |
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 } |