wok annotate libcups/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 78cb1e930abd
children 7a17da606074
rev   line source
erjo@14819 1 # SliTaz package receipt.
erjo@14819 2
erjo@14819 3 PACKAGE="libcups"
erjo@14819 4 VERSION="1.6.2"
erjo@14819 5 CATEGORY="system-tools"
erjo@14819 6 SHORT_DESC="Common UNIX Printing System."
erjo@14819 7 MAINTAINER="erjo@slitaz.org"
pascal@15198 8 LICENSE="GPL2 LGPL2"
erjo@14819 9 WEB_SITE="http://www.cups.org/"
erjo@14819 10 WANTED="cups"
erjo@14819 11 TAGS="printer printing"
erjo@14819 12
erjo@14819 13 DEPENDS="libssl"
erjo@14819 14
erjo@14819 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@14819 16 genpkg_rules()
erjo@14819 17 {
pascal@17533 18 mkdir -p $fs/usr/lib
erjo@14819 19 cp -a $install/usr/lib/libcups.so* $fs/usr/lib
erjo@14819 20 }