wok-next diff libcddb/receipt @ rev 20673

font-manager: dev package is empty, update deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 16:56:15 2018 +0300 (2018-05-11)
parents 46d3691a4f80
children f48456621a9d
line diff
     1.1 --- a/libcddb/receipt	Thu Jul 20 00:33:52 2017 +0300
     1.2 +++ b/libcddb/receipt	Fri May 11 16:56:15 2018 +0300
     1.3 @@ -7,22 +7,21 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="LGPL2"
     1.6  WEB_SITE="http://libcddb.sourceforge.net/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcddb.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12  SPLIT="libcddb-utils libcddb-dev"
    1.13  
    1.14 -# Rules to configure and make the package.
    1.15 -compile_rules()
    1.16 -{
    1.17 -	# http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcddb.html
    1.18 -	./configure $CONFIGURE_ARGS && make && make install
    1.19 +compile_rules() {
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	fix libtool &&
    1.22 +	make &&
    1.23 +	make install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	case $PACKAGE in
    1.31  		libcddb) copy *.so*;;
    1.32  		*-utils) copy bin/; CAT="multimedia|utilities";;