wok view libcddb-utils/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
children a9f761ad2331
line source
1 # SliTaz package receipt.
3 PACKAGE="libcddb-utils"
4 VERSION="1.3.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="libccdb utilities."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://libcddb.sourceforge.net/"
10 WANTED="libcddb"
12 DEPENDS="libcddb libcdio"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $_pkg/usr/bin $fs/usr
19 }