wok-current diff slitaz-mercurial-style/receipt @ rev 9342
lzma, xz: add lzma --size
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 19 12:43:20 2011 +0100 (2011-03-19) |
parents | 288f250d420b |
children | 3416bbd793e4 |
line diff
1.1 --- a/slitaz-mercurial-style/receipt Wed Jan 12 01:37:53 2011 +0100 1.2 +++ b/slitaz-mercurial-style/receipt Sat Mar 19 12:43:20 2011 +0100 1.3 @@ -1,11 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-mercurial-style" 1.7 -VERSION="2.7" 1.8 +VERSION="1.0.5" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." 1.11 +MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="mercurial" 1.13 -MAINTAINER="pankso@slitaz.org" 1.14 +BUILD_DEPENDS="mercurial" 1.15 +SOURCE="slitaz-dev-tools" 1.16 +WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" 1.17 +BRANCH="$VERSION" 1.18 WEB_SITE="http://www.slitaz.org/" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -13,6 +17,6 @@ 1.22 { 1.23 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.24 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial 1.25 - cp -a stuff/templates $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial 1.26 + cp -a $src/$PACKAGE/templates $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial 1.27 chown -R root.root $fs 1.28 }