wok diff libsndfile-dev/receipt @ rev 24042

modified stuff/get-anydesk
author Hans-G?nter Theisgen
date Thu Apr 15 15:26:18 2021 +0100 (2021-04-15)
parents 90efe33adc11
children 193f02614bcf
line diff
     1.1 --- a/libsndfile-dev/receipt	Sat Apr 05 20:04:34 2014 +0200
     1.2 +++ b/libsndfile-dev/receipt	Thu Apr 15 15:26:18 2021 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsndfile-dev"
     1.7 -VERSION="1.0.23"
     1.8 +VERSION="1.0.28"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libsndfile devel files"
    1.11 +SHORT_DESC="libsndfile development files."
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="http://www.mega-nerd.com/libsndfile/"
    1.15 +
    1.16  WANTED="libsndfile"
    1.17 -WEB_SITE="http://www.mega-nerd.com/libsndfile/"
    1.18 +DEPENDS="libsndfile pkg-config"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="libsndfile 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 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 +
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib/
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35  }