wok view cd-discid/receipt @ rev 12986

enna: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 17:17:01 2012 +0200 (2012-06-02)
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 }