wok annotate schroedinger/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents 7a526dcd4932
children 7c0170dd3ecc
rev   line source
domcox@14011 1 # SliTaz package receipt.
domcox@14011 2
domcox@14011 3 PACKAGE="schroedinger"
domcox@14011 4 VERSION="1.0.11"
domcox@14011 5 CATEGORY="multimedia"
domcox@14011 6 SHORT_DESC="Dirac video compression library"
domcox@14011 7 MAINTAINER="domcox@slitaz.org"
pascal@15022 8 LICENSE="MPL LGPL GPL MIT"
domcox@14011 9 WEB_SITE="http://diracvideo.org/"
domcox@14011 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
domcox@14011 11 WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL"
al@14742 12
domcox@14011 13 DEPENDS="orc"
domcox@14011 14 BUILD_DEPENDS="orc-dev"
domcox@14011 15
domcox@14011 16 # Rules to configure and make the package.
domcox@14011 17 compile_rules()
domcox@14011 18 {
domcox@14011 19 ./configure \
domcox@14011 20 --disable-static \
domcox@14011 21 $CONFIGURE_ARGS && \
domcox@14011 22 make && make install
domcox@14011 23 }
domcox@14011 24
domcox@14011 25 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14011 26 genpkg_rules()
domcox@14011 27 {
domcox@14011 28 mkdir -p $fs/usr/lib
domcox@14011 29 mv $install/usr/lib/*.so* $fs/usr/lib
domcox@14011 30 }