wok diff libsamplerate-dev/receipt @ rev 23641

updated sg3_utils and sg3_utils-dev (1.29 -> 1.45)
author Hans-G?nter Theisgen
date Mon Apr 20 10:42:41 2020 +0100 (2020-04-20)
parents fc9203de5ff2
children
line diff
     1.1 --- a/libsamplerate-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/libsamplerate-dev/receipt	Mon Apr 20 10:42:41 2020 +0100
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsamplerate-dev"
     1.7 -VERSION="0.1.8"
     1.8 +VERSION="0.1.9"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Devel files from the Sample Rate Converter for audio."
    1.11 +SHORT_DESC="Development files from the Sample Rate Converter for audio."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.mega-nerd.com/SRC/"
    1.15 +
    1.16  WANTED="libsamplerate"
    1.17 -WEB_SITE="http://www.mega-nerd.com/SRC/"
    1.18 +DEPENDS="libsamplerate pkg-config"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libsamplerate pkg-config"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 +
    1.31 +	cp -a $install/usr/include	$fs/usr
    1.32 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.33  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib 
    1.34  }
    1.35 -