wok diff cd-discid/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 408c87fa22ca
children 2a0479881723
line diff
     1.1 --- a/cd-discid/receipt	Sat Aug 10 17:48:05 2013 +0000
     1.2 +++ b/cd-discid/receipt	Sat Oct 05 16:15:48 2019 +0200
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cd-discid"
     1.7 -VERSION="1.1"
     1.8 +VERSION="1.4"
     1.9  CATEGORY="multimedia"
    1.10 +TAGS="audio CD CDDB"
    1.11  SHORT_DESC="Utility to get CDDB discid information from a CD-ROM disc"
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://linukz.org/cd-discid.shtml"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="http://linukz.org/download/$TARBALL"
    1.18 -TAGS="audio CD CDDB"
    1.19  
    1.20  DEPENDS=""
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	make &&
    1.26 -	make DESTDIR=$install install
    1.27 +	make PREFIX=/usr &&
    1.28 +	make PREFIX=/usr DESTDIR=$install install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -26,4 +27,3 @@
    1.33  	mkdir -p $fs/usr
    1.34  	cp -a $install/usr/bin $fs/usr
    1.35  }
    1.36 -