wok-next diff deluge/receipt @ rev 16121

ARM: add xvidcore
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 23 17:16:22 2014 +0100 (2014-03-23)
parents ffd6915e48a3
children 23316d867792
line diff
     1.1 --- a/deluge/receipt	Mon Oct 17 02:46:52 2011 +0000
     1.2 +++ b/deluge/receipt	Sun Mar 23 17:16:22 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A bittorrent client written with python and pygtk"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://deluge-torrent.org/"
    1.10  WGET_URL="http://download.deluge-torrent.org/source/$TARBALL"
    1.11 @@ -24,10 +25,10 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/lib $fs/usr
    1.16 -	cp -a $_pkg/usr/bin $fs/usr
    1.17 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.18 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.19 +	cp -a $install/usr/lib $fs/usr
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21 +	cp -a $install/usr/share/applications $fs/usr/share
    1.22 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.23  	sed -i 's|deluge.svg|deluge.png|g' $fs/usr/lib/python2.7/site-packages/deluge/ui/gtkui/common.py
    1.24  }
    1.25