wok diff libcdio-dev/receipt @ rev 21155

updated libcdio, libcdio-dev, and libcdio-utils (0.83 -> 2.0.0)
author Hans-G?nter Theisgen
date Sat Mar 30 15:57:49 2019 +0100 (2019-03-30)
parents 8ed62ecac0c7
children e36f778452bc
line diff
     1.1 --- a/libcdio-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/libcdio-dev/receipt	Sat Mar 30 15:57:49 2019 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcdio-dev"
     1.7 -VERSION="0.83"
     1.8 +VERSION="2.0.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="GNU Compact Disc Input and Control Library"
    1.11 +SHORT_DESC="GNU Compact Disk Input and Control Library - development files."
    1.12  MAINTAINER="rj.rohit@gmail.com"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://www.gnu.org/software/libcdio/"
    1.15 +
    1.16  WANTED="libcdio"
    1.17 -WEB_SITE="http://www.gnu.org/software/libcdio/"
    1.18 -
    1.19  DEPENDS="libcdio pkg-config"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib/pkgconfig
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 +
    1.28 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.29 +	cp -a $install/usr/include	$fs/usr
    1.30 +
    1.31  	find $src -name '*.pc' -exec cp -a {} $fs/usr/lib/pkgconfig \;
    1.32  }