wok-next diff schroedinger/receipt @ rev 14522
Up: transmission (2.52)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri May 17 03:18:43 2013 +0000 (2013-05-17) |
parents | |
children | 01010da01a4a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/schroedinger/receipt Fri May 17 03:18:43 2013 +0000 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 +}