wok-6.x diff libsndfile-dev/receipt @ rev 24623
updated graphviz, graphviz-dev and graphviz-doc again (2.42.2 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 16:41:52 2022 +0100 (2022-03-07) |
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 Mon Mar 07 16:41:52 2022 +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 }