wok view sane-backends-dev/receipt @ rev 17713

Up libmatemixer-dev wrong dir
author Yuri Pourre <yuripourre@gmail.com>
date Wed Mar 04 00:19:44 2015 -0300 (2015-03-04)
parents b06403cb490b
children 1b5e36efea1d
line source
1 # SliTaz package receipt.
3 PACKAGE="sane-backends-dev"
4 VERSION="1.0.22"
5 CATEGORY="development"
6 SHORT_DESC="Sane devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="sane-backends"
10 WEB_SITE="http://www.sane-project.org/"
12 DEPENDS="sane-backends"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }