wok-6.x rev 21645
updated orc and orc-dev (0.4.18 -> 0.4.29)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 30 08:44:12 2019 +0100 (2019-05-30) |
parents | 9ccbd68e8f7e |
children | 797cb3b8865a |
files | orc-dev/receipt orc/receipt |
line diff
1.1 --- a/orc-dev/receipt Thu May 30 08:28:26 2019 +0100 1.2 +++ b/orc-dev/receipt Thu May 30 08:44:12 2019 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="orc-dev" 1.7 -VERSION="0.4.18" 1.8 +VERSION="0.4.29" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Oil runtime compiler devel files" 1.11 +SHORT_DESC="Oil runtime compiler - development files." 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="BSD" 1.14 -WEB_SITE="https://gstreamer.freedesktop.org/data/doc/orc/" 1.15 -HOST_ARCH="i486 arm" 1.16 +WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html" 1.17 + 1.18 +DEPENDS="orc pkg-config" 1.19 WANTED="orc" 1.20 1.21 -DEPENDS="orc pkg-config" 1.22 +HOST_ARCH="i486 arm" 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/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.31 - cp -a $install/usr/share $fs/usr 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/pkgconfig $fs/usr/lib 1.37 + cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.38 + cp -a $install/usr/share $fs/usr 1.39 }
2.1 --- a/orc/receipt Thu May 30 08:28:26 2019 +0100 2.2 +++ b/orc/receipt Thu May 30 08:44:12 2019 +0100 2.3 @@ -1,30 +1,34 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="orc" 2.7 -VERSION="0.4.18" 2.8 +VERSION="0.4.29" 2.9 CATEGORY="multimedia" 2.10 -SHORT_DESC="The Oil Runtime Compiler" 2.11 +SHORT_DESC="The Oil Runtime Compiler." 2.12 MAINTAINER="domcox@slitaz.org" 2.13 LICENSE="BSD" 2.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 -WEB_SITE="https://gstreamer.freedesktop.org/data/doc/orc/" 2.16 -WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL" 2.17 +WEB_SITE="https://gstreamer.freedesktop.org/projects/orc.html" 2.18 + 2.19 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.20 +WGET_URL="https://gstreamer.freedesktop.org/src/$PACKAGE/$TARBALL" 2.21 + 2.22 HOST_ARCH="i486 arm" 2.23 2.24 # Rules to configure and make the package. 2.25 compile_rules() 2.26 { 2.27 - ./configure \ 2.28 - --libexecdir=/usr/lib \ 2.29 - --disable-static \ 2.30 + ./configure \ 2.31 + --libexecdir=/usr/lib \ 2.32 + --disable-static \ 2.33 $CONFIGURE_ARGS && 2.34 - make $MAKEFLAGS && make install 2.35 + make $MAKEFLAGS && 2.36 + make install 2.37 } 2.38 2.39 # Rules to gen a SliTaz package suitable for Tazpkg. 2.40 genpkg_rules() 2.41 { 2.42 mkdir -p $fs/usr/lib 2.43 - cp -a $install/usr/bin $fs/usr 2.44 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.45 + 2.46 + cp -a $install/usr/bin $fs/usr 2.47 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.48 }