wok-6.x diff libcddb-utils/receipt @ rev 12237
uclibc-cross-compiler: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 09 15:07:54 2012 +0200 (2012-04-09) |
parents | |
children | a9f761ad2331 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libcddb-utils/receipt Mon Apr 09 15:07:54 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libcddb-utils" 1.7 +VERSION="1.3.2" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="libccdb utilities." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://libcddb.sourceforge.net/" 1.13 +WANTED="libcddb" 1.14 + 1.15 +DEPENDS="libcddb libcdio" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr 1.21 + cp -a $_pkg/usr/bin $fs/usr 1.22 +}