wok-4.x annotate cd-discid/receipt @ rev 9177
Up: spidermonkey (0.1.8-rc1)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Wed Mar 09 00:02:19 2011 +0000 (2011-03-09) |
parents | |
children |
rev | line source |
---|---|
domcox@6119 | 1 # SliTaz package receipt. |
domcox@6119 | 2 |
domcox@6119 | 3 PACKAGE="cd-discid" |
domcox@6119 | 4 VERSION="1.1" |
domcox@6119 | 5 CATEGORY="multimedia" |
domcox@6119 | 6 SHORT_DESC="Utility to get CDDB discid information from a CD-ROM disc" |
domcox@6119 | 7 MAINTAINER="domcox@slitaz.org" |
domcox@6119 | 8 DEPENDS="" |
domcox@6119 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
domcox@6119 | 10 WEB_SITE="http://linukz.org/cd-discid.shtml" |
domcox@6119 | 11 WGET_URL="http://linukz.org/download/$TARBALL" |
domcox@6119 | 12 TAGS="audio cd cddb" |
domcox@6119 | 13 |
domcox@6119 | 14 # Rules to configure and make the package. |
domcox@6119 | 15 compile_rules() |
domcox@6119 | 16 { |
domcox@6119 | 17 cd $src |
domcox@6119 | 18 make && make DESTDIR=$PWD/_pkg install |
domcox@6119 | 19 } |
domcox@6119 | 20 |
domcox@6119 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6119 | 22 genpkg_rules() |
domcox@6119 | 23 { |
domcox@6119 | 24 mkdir -p $fs/usr |
domcox@6119 | 25 cp -a $_pkg/usr/bin $fs/usr |
domcox@6119 | 26 } |
domcox@6119 | 27 |