wok-current annotate PolicyKit0-dev/receipt @ rev 3533
merge 3532:012d72b2b629 , 3530:0109c31e8835
author | root@bt-199-036.bta.net.cn |
---|---|
date | Mon Jun 22 17:30:40 2009 +0800 (2009-06-22) |
parents | |
children |
rev | line source |
---|---|
rcx@3351 | 1 # SliTaz package receipt. |
rcx@3351 | 2 |
rcx@3351 | 3 PACKAGE="PolicyKit0-dev" |
rcx@3351 | 4 VERSION="0_9" |
rcx@3351 | 5 CATEGORY="development" |
rcx@3351 | 6 SHORT_DESC="PolicyKit devel files." |
rcx@3351 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3351 | 8 DEPENDS="" |
rcx@3351 | 9 BUILD_DEPENDS="" |
rcx@3351 | 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit/" |
rcx@3351 | 11 WANTED="PolicyKit0" |
rcx@3351 | 12 SOURCE="POLICY_KIT" |
rcx@3351 | 13 |
rcx@3351 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3351 | 15 genpkg_rules() |
rcx@3351 | 16 { |
rcx@3351 | 17 # tazwok does not set _pkg correctly |
rcx@3351 | 18 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
rcx@3351 | 19 |
rcx@3351 | 20 mkdir -p $fs/usr/lib |
rcx@3351 | 21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3351 | 22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3351 | 23 cp -a $_pkg/usr/include $fs/usr |
rcx@3351 | 24 } |