wok diff PolicyKit-dev/receipt @ rev 3988
Openmotif: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 29 17:09:15 2009 +0200 (2009-08-29) |
parents | |
children | 0867ea35a28b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/PolicyKit-dev/receipt Sat Aug 29 17:09:15 2009 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="PolicyKit-dev" 1.7 +VERSION="0.92" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="PolicyKit devel files." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="" 1.12 +BUILD_DEPENDS="" 1.13 +WEB_SITE="http://www.freedesktop.org/wiki/Software/PolicyKit/" 1.14 +WANTED="PolicyKit" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib/polkit-1/extensions 1.20 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/polkit-1/extensions/*.*a $fs/usr/lib/polkit-1/extensions 1.22 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $_pkg/usr/include $fs/usr 1.24 +}