wok-6.x annotate cups-dev/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents 163b99add810
children 703b805efd82
rev   line source
erjo@663 1 # SliTaz package receipt."
erjo@663 2
erjo@663 3 PACKAGE="cups-dev"
slaxemulator@7887 4 VERSION="1.4.6"
rcx@3802 5 CATEGORY="development"
erjo@663 6 SHORT_DESC="Common UNIX Printing System dev files."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
erjo@663 8 DEPENDS="cups"
erjo@663 9 WANTED="cups"
erjo@663 10 WEB_SITE="http://www.cups.org/"
erjo@663 11
erjo@663 12 genpkg_rules()
erjo@663 13 {
erjo@663 14 mkdir -p $fs/usr/lib
erjo@663 15 cp -a $_pkg/usr/include $fs/usr
erjo@663 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
erjo@663 17 }