wok view libcups/receipt @ rev 14871

musl-libc: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 23 09:36:13 2013 +0000 (2013-07-23)
parents
children 78cb1e930abd
line source
1 # SliTaz package receipt.
3 PACKAGE="libcups"
4 VERSION="1.6.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Common UNIX Printing System."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
9 WEB_SITE="http://www.cups.org/"
10 WANTED="cups"
11 TAGS="printer printing"
13 DEPENDS="libssl"
14 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib
22 cp -a $install/usr/lib/libcups.so* $fs/usr/lib
23 }