wok annotate libcups/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 7a17da606074
children a78610b2eb47
rev   line source
erjo@14819 1 # SliTaz package receipt.
erjo@14819 2
erjo@14819 3 PACKAGE="libcups"
mojo@17844 4 VERSION="2.0.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 TAGS="printer printing"
erjo@14819 11
al@18716 12 WANTED="cups"
al@18716 13 DEPENDS="libgnutls zlib"
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 }