wok view libcddb-utils/receipt @ rev 12833

gettext: fix bdeps (now with cross-compilation we must be even more carefull in some cases)
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 22 16:51:07 2012 +0200 (2012-05-22)
parents ec8cde72185d
children 4904e3d374a9
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 WEB_SITE="http://libcddb.sourceforge.net/"
9 WANTED="libcddb"
11 DEPENDS="libcddb libcdio"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/bin $fs/usr
18 }