wok view cups-filters-dev/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents b8f0e9d733d7
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="cups-filters-dev"
4 VERSION="1.0.71"
5 CATEGORY="development"
6 SHORT_DESC="OpenPrinting Cups Filters devel files"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="GPL"
9 WANTED="cups-filters"
10 WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
12 DEPENDS="cups-filters"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share/cups
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/share/cups/ppdc $fs/usr/share/cups
22 }