wok annotate PolicyKit0-dev/receipt @ rev 7043

Fixed cupd to check if PIDFILE exist before running cups.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 01 00:34:23 2010 +0000 (2010-11-01)
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 }