wok annotate hg-git/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children 380ffe05937a
rev   line source
pascal@14379 1 # SliTaz package receipt.
pascal@14379 2
pascal@14379 3 PACKAGE="hg-git"
pascal@14379 4 VERSION="5861777f2f5e"
pascal@14379 5 CATEGORY="misc"
pascal@14379 6 SHORT_DESC="Git plugin for mercurial."
pascal@14379 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14379 8 WEB_SITE="http://hg-git-github.com/"
pascal@14379 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14379 10 WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
pascal@14379 11
pascal@14379 12 DEPENDS="mercurial dulwich python"
pascal@14379 13 BUILD_DEPENDS="wget python-dev"
pascal@14379 14
pascal@14379 15 # Rules to configure and make the package.
pascal@14379 16 compile_rules()
pascal@14379 17 {
pascal@14379 18 cd $src
pascal@14379 19 python setup.py install --root=$DESTDIR --prefix=/usr
pascal@14379 20 }
pascal@14379 21
pascal@14379 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14379 23 genpkg_rules()
pascal@14379 24 {
pascal@14379 25 cp -a $install/* $fs
pascal@14379 26 }