wok diff xine-plugin/receipt @ rev 15115

libass: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 21:25:03 2013 +0000 (2013-08-14)
parents 4ac05cb6fb16
children 21df9c566947
line diff
     1.1 --- a/xine-plugin/receipt	Fri Oct 14 10:39:19 2011 +0200
     1.2 +++ b/xine-plugin/receipt	Wed Aug 14 21:25:03 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Xine media player firefox plugin."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xine-lib firefox"
     1.8 -BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xinehq.de/"
    1.12  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
    1.13  
    1.14 +DEPENDS="xine-lib firefox"
    1.15 +BUILD_DEPENDS="xine-lib xine-lib-dev xorg-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -18,14 +20,14 @@
    1.21  	./configure --prefix=/usr \
    1.22  	--mandir=/usr/share/man $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.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/share/xine
    1.32 -	cp -a $_pkg/root/.mozilla/plugins/xineplugin.so $fs/usr/share/xine
    1.33 +	cp -a $install/root/.mozilla/plugins/xineplugin.so $fs/usr/share/xine
    1.34  }
    1.35  
    1.36  # Pre and post install commands for Tazpkg.