wok view cups-dev/receipt @ rev 14825
Up: xfce4 (4.10.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:51:29 2013 +0200 (2013-07-17) |
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 }