wok rev 14011

Add: schroedinger - Dirac Video codec
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 17 19:49:27 2013 +0100 (2013-02-17)
parents 93430e225e55
children b6ebeb7a491b
files schroedinger/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/schroedinger/receipt	Sun Feb 17 19:49:27 2013 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="schroedinger"
     1.7 +VERSION="1.0.11"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Dirac video compression library"
    1.10 +MAINTAINER="domcox@slitaz.org"
    1.11 +LICENSE="mpl lgpl mit"
    1.12 +WEB_SITE="http://diracvideo.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
    1.15 +DEPENDS="orc"
    1.16 +BUILD_DEPENDS="orc-dev"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	./configure \
    1.22 +		--disable-static \
    1.23 +		$CONFIGURE_ARGS && \
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/lib
    1.31 +	mv $install/usr/lib/*.so* $fs/usr/lib
    1.32 +}