wok diff libvorbis-dev/receipt @ rev 24007
Up zstd (1.4.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 29 15:34:50 2021 +0000 (2021-01-29) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/libvorbis-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/libvorbis-dev/receipt Fri Jan 29 15:34:50 2021 +0000 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libvorbis-dev" 1.7 -VERSION="1.3.3" 1.8 +VERSION="1.3.6" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Vorbis base library." 1.11 +SHORT_DESC="Vorbis base library - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 -LICENSE="other" 1.14 +LICENSE="BSD" 1.15 +WEB_SITE="https://www.xiph.org/vorbis/" 1.16 + 1.17 WANTED="libvorbis" 1.18 -WEB_SITE="https://www.xiph.org/" 1.19 +DEPENDS="libogg-dev libvorbis pkg-config" 1.20 + 1.21 HOST_ARCH="i486 arm" 1.22 1.23 -DEPENDS="libogg-dev libvorbis pkg-config" 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/usr/lib $fs/usr/share 1.29 - cp -a $install/usr/include $fs/usr 1.30 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 - cp -a $install/usr/share/aclocal $fs/usr/share 1.33 + mkdir -p $fs/usr/lib 1.34 + mkdir -p $fs/usr/share 1.35 + 1.36 + cp -a $install/usr/include $fs/usr 1.37 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.38 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.39 + cp -a $install/usr/share/aclocal $fs/usr/share 1.40 }