wok-current view cd-discid/receipt @ rev 23584
updated python-whoosh (2.5.7 -> 2.7.4)
| author | Hans-Günter Theisgen | 
|---|---|
| date | Tue Apr 07 14:07:00 2020 +0100 (2020-04-07) | 
| 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 }