wok view libraw-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents
children fee434f0090a
line source
1 # SliTaz package receipt.
3 PACKAGE="libraw-dev"
4 VERSION="0.14.3"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libraw"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://www.libraw.org/"
9 DEPENDS="libraw"
10 WANTED="libraw"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 }