wok view cd-discid/receipt @ rev 20709

reverted to version 0.90 of antinat and antinat-dev
author Hans-G?nter Theisgen
date Wed Feb 06 15:57:25 2019 +0100 (2019-02-06)
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 }