wok-stable annotate commoncpp2-dev/receipt @ rev 11030
Up: pyopenssl to 0.13.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:13:13 2011 +0000 (2011-10-16) |
parents | 08b8d9c3741d |
children |
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 } |