wok diff zopeinterface/receipt @ rev 15361
tuxmath: add -lt4k_common
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 02 10:41:05 2013 +0000 (2013-10-02) |
parents | 1d12d150e3be |
children | 4d290a491622 |
line diff
1.1 --- a/zopeinterface/receipt Mon Sep 27 06:42:51 2010 +0000 1.2 +++ b/zopeinterface/receipt Wed Oct 02 10:41:05 2013 +0000 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Zope 3 Interface Infrastructure." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="other" 1.8 SOURCE="zope.interface" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.zope.org/Products/ZopeInterface" 1.11 WGET_URL="http://pypi.python.org/packages/source/z/$SOURCE/$TARBALL" 1.12 +TAGS="webserver application-server appserver" 1.13 + 1.14 DEPENDS="python" 1.15 BUILD_DEPENDS="python python-dev" 1.16 -TAGS="webserver application-server appserver" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - python setup.py build && python setup.py install --root=$PWD/_pkg 1.23 + python setup.py build && python setup.py install --root=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $_pkg/usr $fs 1.30 + cp -a $install/usr $fs 1.31 } 1.32