wok view cd-discid/receipt @ rev 7647

busybox/init: add rootuuid= support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 14 22:29:55 2010 +0100 (2010-12-14)
parents
children 7a526dcd4932
line source
1 # SliTaz package receipt.
3 PACKAGE="cd-discid"
4 VERSION="1.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Utility to get CDDB discid information from a CD-ROM disc"
7 MAINTAINER="domcox@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://linukz.org/cd-discid.shtml"
11 WGET_URL="http://linukz.org/download/$TARBALL"
12 TAGS="audio cd cddb"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make && make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 }