wok-6.x diff libsndfile-dev/receipt @ rev 24865
updated lsscsi (0.31 -> 0.32)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 30 06:29:17 2022 +0100 (2022-03-30) |
parents | eb224fc20462 |
children |
line diff
1.1 --- a/libsndfile-dev/receipt Wed Apr 17 17:09:11 2019 +0100 1.2 +++ b/libsndfile-dev/receipt Wed Mar 30 06:29:17 2022 +0100 1.3 @@ -1,24 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsndfile-dev" 1.7 -VERSION="1.0.28" 1.8 +VERSION="1.0.31" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="libsndfile development 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 +WEB_SITE="https://libsndfile.github.io/libsndfile/" 1.16 1.17 +DEPENDS="libsndfile pkg-config" 1.18 WANTED="libsndfile" 1.19 -DEPENDS="libsndfile pkg-config" 1.20 1.21 HOST_ARCH="i486 arm" 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr/lib 1.27 - 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 + get_dev_files 1.32 }