wok view cd-discid/receipt @ rev 14779

Add alien
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 04 08:55:30 2013 +0200 (2013-07-04)
parents e15ae5e3cd1d
children 408c87fa22ca
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 WEB_SITE="http://linukz.org/cd-discid.shtml"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://linukz.org/download/$TARBALL"
11 TAGS="audio CD CDDB"
13 DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make &&
19 make DESTDIR=$install install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }