wok-current annotate PolicyKit-dev/receipt @ rev 7490
Up: warzone2100 to 2.3.6. Added --disable-motif so we don't need openmotif as depend for warzone2100 to run.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 02 23:04:15 2010 +0000 (2010-12-02) |
parents | 10271d25aec8 |
children |
rev | line source |
---|---|
rcx@3336 | 1 # SliTaz package receipt. |
rcx@3336 | 2 |
rcx@3336 | 3 PACKAGE="PolicyKit-dev" |
rcx@6003 | 4 VERSION="0.97" |
rcx@3336 | 5 CATEGORY="development" |
rcx@3336 | 6 SHORT_DESC="PolicyKit devel files." |
rcx@3336 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3336 | 8 DEPENDS="" |
rcx@3336 | 9 BUILD_DEPENDS="" |
rcx@3336 | 10 WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit/" |
rcx@3336 | 11 WANTED="PolicyKit" |
rcx@3336 | 12 |
rcx@3336 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3336 | 14 genpkg_rules() |
rcx@3336 | 15 { |
rcx@3336 | 16 mkdir -p $fs/usr/lib/polkit-1/extensions |
rcx@3336 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3336 | 18 cp -a $_pkg/usr/lib/polkit-1/extensions/*.*a $fs/usr/lib/polkit-1/extensions |
rcx@3336 | 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3336 | 20 cp -a $_pkg/usr/include $fs/usr |
rcx@3336 | 21 } |