wok-6.x diff twisted/receipt @ rev 15804
8086tiny: typos (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 22 18:22:51 2014 +0100 (2014-01-22) |
parents | 01b227722187 |
children | af3b86517cc1 |
line diff
1.1 --- a/twisted/receipt Mon Oct 17 01:15:21 2011 +0000 1.2 +++ b/twisted/receipt Wed Jan 22 18:22:51 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