wok-current diff python-webdav/receipt @ rev 16039
busybox: Add 404.html and up config file, CSS and HTML
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 10:11:06 2014 +0100 (2014-03-09) |
parents | 9d082d25caea |
children | 7390f8de9846 |
line diff
1.1 --- a/python-webdav/receipt Tue Feb 21 09:18:42 2012 +0100 1.2 +++ b/python-webdav/receipt Sun Mar 09 10:11:06 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A WebDAV client library for Python." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.9 WEB_SITE="http://sourceforge.net/projects/python-webdav/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -24,5 +25,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs 1.15 - cp -a $_pkg/usr $fs 1.16 + cp -a $install/usr $fs 1.17 }