wok view cups-dev/receipt @ rev 14920

Up: firefox-langpack-pt_BR (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:24:03 2013 +0000 (2013-08-06)
parents d66c8cb687e8
children 78cb1e930abd
line source
1 # SliTaz package receipt."
3 PACKAGE="cups-dev"
4 VERSION="1.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Common UNIX Printing System dev files."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="cups"
9 WANTED="cups"
10 WEB_SITE="http://www.cups.org/"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/include $fs/usr
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 }