wok view cups-dev/receipt @ rev 18725

lynis 2.1.1: fix: installs in /usr/share/lynis but can not be found, trying /usr/local/share (as in example on dev website)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Dec 18 13:20:19 2015 +0000 (2015-12-18)
parents 78cb1e930abd
children a78610b2eb47
line source
1 # SliTaz package receipt."
3 PACKAGE="cups-dev"
4 VERSION="2.0.2"
5 CATEGORY="development"
6 SHORT_DESC="Common UNIX Printing System dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2 LGPL2"
9 WANTED="cups"
10 WEB_SITE="http://www.cups.org/"
12 DEPENDS="cups"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 }