wok diff twisted/receipt @ rev 15755

sudoku: add a nice icon
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 20:56:47 2014 +0100 (2014-01-03)
parents 01b227722187
children af3b86517cc1
line diff
     1.1 --- a/twisted/receipt	Mon Oct 17 01:15:21 2011 +0000
     1.2 +++ b/twisted/receipt	Fri Jan 03 20:56:47 2014 +0100
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Event-driven networking for internet applications."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="Twisted"
     1.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://twistedmatrix.com/trac/"
    1.11  WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
    1.12 +
    1.13  DEPENDS="python zopeinterface"
    1.14  BUILD_DEPENDS="python python-dev"
    1.15  
    1.16 @@ -22,6 +24,6 @@
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20 -	cp -a $_pkg/usr $fs
    1.21 +	cp -a $install/usr $fs
    1.22  }
    1.23