wok view libraw1394-dev/receipt @ rev 13440

Up: claws-mail-vcalendar (2.0.13)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:22:16 2012 +0200 (2012-10-07)
parents f4a357d51a50
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libraw1394-dev"
4 VERSION="2.0.7"
5 CATEGORY="development"
6 SHORT_DESC="IEEE 1394 static library and devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="libraw1394"
9 WANTED="libraw1394"
10 WEB_SITE="http://www.linux1394.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }