wok diff python-flup/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents 3f7eb959b260
children d3fd47f6dcf9
line diff
     1.1 --- a/python-flup/receipt	Sat Dec 17 17:52:22 2011 +0100
     1.2 +++ b/python-flup/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Random collection of WSGI modules for Python."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 -BUILD_DEPENDS="python python-dev python-distribute"
     1.9 +LICENSE="BSD"
    1.10  SOURCE="flup"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://trac.saddi.com/flup"
    1.13  WGET_URL="http://www.saddi.com/software/flup/dist/$TARBALL"
    1.14  
    1.15 +DEPENDS="python"
    1.16 +BUILD_DEPENDS="python python-dev python-distribute"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -23,6 +25,6 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs
    1.25 -	cp -a $_pkg/usr $fs
    1.26 +	cp -a $install/usr $fs
    1.27  }
    1.28