wok diff libogg-dev/receipt @ rev 21826
updated radiotray (0.6.1 -> 0.7.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Sep 13 15:17:58 2019 +0100 (2019-09-13) |
parents | a78610b2eb47 |
children | ff6a72a8721a |
line diff
1.1 --- a/libogg-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/libogg-dev/receipt Fri Sep 13 15:17:58 2019 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libogg-dev" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.3.3" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="OGG library devel files from Xiph.org project." 1.11 +SHORT_DESC="OGG library, development files from Xiph.org project." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://www.xiph.org/ogg/" 1.15 + 1.16 WANTED="libogg" 1.17 -WEB_SITE="https://www.xiph.org/" 1.18 +DEPENDS="libogg pkg-config" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="libogg 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 $fs/usr/share 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 - cp -a $install/usr/share/aclocal $fs/usr/share 1.32 + mkdir -p $fs/usr/lib 1.33 + mkdir -p $fs/usr/share 1.34 + 1.35 + cp -a $install/usr/include $fs/usr 1.36 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.37 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.38 + cp -a $install/usr/share/aclocal $fs/usr/share 1.39 }