wok diff python-pastescript/receipt @ rev 15693

linux-lxc: modify post_install() for update /etc/fstab
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 08:40:56 2013 +0100 (2013-12-21)
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 Dec 21 08:40:56 2013 +0100
     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  }