wok view cd-discid/receipt @ rev 21806

Up vlc (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 19:53:59 2019 +0200 (2019-08-15)
parents 408c87fa22ca
children 2a0479881723
line source
1 # SliTaz package receipt.
3 PACKAGE="cd-discid"
4 VERSION="1.4"
5 CATEGORY="multimedia"
6 TAGS="audio CD CDDB"
7 SHORT_DESC="Utility to get CDDB discid information from a CD-ROM disc"
8 MAINTAINER="domcox@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://linukz.org/cd-discid.shtml"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://linukz.org/download/$TARBALL"
15 DEPENDS=""
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make PREFIX=/usr &&
21 make PREFIX=/usr DESTDIR=$install install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }