wok-6.x diff libtheora/receipt @ rev 15805
bash: prevent rm .bashrc error when removing bash
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 23 13:38:58 2014 +0000 (2014-01-23) |
parents | 265504ab5023 |
children | 53082fab5f1e |
line diff
1.1 --- a/libtheora/receipt Sun Feb 17 19:45:22 2013 +0100 1.2 +++ b/libtheora/receipt Thu Jan 23 13:38:58 2014 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Theora video codec and tools." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libogg libvorbis" 1.8 -BUILD_DEPENDS="libogg-dev libvorbis-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.theora.org/" 1.12 WGET_URL="http://downloads.xiph.org/releases/theora/$TARBALL" 1.13 1.14 +DEPENDS="libogg libvorbis" 1.15 +BUILD_DEPENDS="libogg-dev libvorbis-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,7 +22,7 @@ 1.21 --mandir=/usr/share/man \ 1.22 $CONFIGURE_ARGS 1.23 make 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.