wok annotate cups-dev/receipt @ rev 2561

bind: add db.255
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 27 22:07:54 2009 +0000 (2009-03-27)
parents a075ff895254
children 65da49e90d40
rev   line source
erjo@663 1 # SliTaz package receipt."
erjo@663 2
erjo@663 3 PACKAGE="cups-dev"
pankso@2206 4 VERSION="1.3.9"
erjo@663 5 CATEGORY="system-tools"
erjo@663 6 SHORT_DESC="Common UNIX Printing System dev files."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
erjo@663 8 DEPENDS="cups"
erjo@663 9 WANTED="cups"
erjo@663 10 TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
erjo@663 11 WEB_SITE="http://www.cups.org/"
erjo@663 12
erjo@663 13 genpkg_rules()
erjo@663 14 {
erjo@663 15 mkdir -p $fs/usr/lib
erjo@663 16 cp -a $_pkg/usr/include $fs/usr
erjo@663 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@663 18 }