wok view cd-discid/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
parents 7a526dcd4932
children c552db5929eb
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 LICENSE="GPL2"
9 WEB_SITE="http://linukz.org/cd-discid.shtml"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://linukz.org/download/$TARBALL"
12 TAGS="audio CD CDDB"
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make &&
20 make DESTDIR=$install install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }