wok view cd-discid/receipt @ rev 11494

Up: poppler 0.18.2; poppler-data 0.4.5 (fix build of epdfview; thank godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Dec 19 02:49:30 2011 +0100 (2011-12-19)
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 }