wok-6.x diff zopeinterface/receipt @ rev 14130
move xfconf to libxfconf (xfce itself use this name), recook libxfce4ui (depend on libxfconf)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 28 10:46:10 2013 +0000 (2013-02-28) |
parents | b303dfac3b48 |
children | 191b99ca9dc2 |
line diff
1.1 --- a/zopeinterface/receipt Wed Feb 24 12:44:14 2010 +0000 1.2 +++ b/zopeinterface/receipt Thu Feb 28 10:46:10 2013 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zopeinterface" 1.7 -VERSION="3.3.0" 1.8 +VERSION="3.5.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Zope 3 Interface Infrastructure." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 SOURCE="zope.interface" 1.13 TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.zope.org/Products/ZopeInterface" 1.15 -WGET_URL="$WEB_SITE/$VERSION/$TARBALL" 1.16 +WGET_URL="http://pypi.python.org/packages/source/z/$SOURCE/$TARBALL" 1.17 DEPENDS="python" 1.18 -BUILD_DEPENDS="python" 1.19 +BUILD_DEPENDS="python python-dev" 1.20 TAGS="webserver application-server appserver" 1.21 1.22 # Rules to configure and make the package.