wok-current diff python-pastescript/receipt @ rev 17243
lxqt-themes: add patch
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Oct 18 21:56:26 2014 +0200 (2014-10-18) |
parents | 8cef97963c29 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-pastescript/receipt Thu Feb 17 19:02:34 2011 +0100 1.2 +++ b/python-pastescript/receipt Sat Oct 18 21:56:26 2014 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A pluggable command-line frontend, including commands to setup package file layouts." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SOURCE="PasteScript" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://pythonpaste.org/" 1.11 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 1.12 +TAGS="python" 1.13 + 1.14 DEPENDS="python python-paste python-pastedeploy" 1.15 BUILD_DEPENDS="setuptools" 1.16 -TAGS="python" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -23,5 +25,5 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - cp -a $_pkg/usr $fs 1.25 + cp -a $install/usr $fs 1.26 }