wok view libraw1394-dev/receipt @ rev 12140

clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 13 22:22:35 2012 -0500 (2012-03-13)
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 }