wok-6.x diff libsamplerate-dev/receipt @ rev 23313
updated perl-datetime-timezone (1.93 -> 2.38)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 15:07:38 2020 +0100 (2020-03-30) |
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 Mar 30 15:07:38 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 -