wok annotate cups-dev/receipt @ rev 3799

Upgrade: lxpanel (0.3.8.1 to 0.5.1)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 03 14:27:24 2009 +0000 (2009-08-03)
parents 2d810185f0ce
children 3b8e805bd396
rev   line source
erjo@663 1 # SliTaz package receipt."
erjo@663 2
erjo@663 3 PACKAGE="cups-dev"
pascal@2774 4 VERSION="1.3.10"
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 }