wok view cups-dev/receipt @ rev 14654
xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jun 05 02:41:07 2013 +0000 (2013-06-05) |
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 }