wok view hg-git/receipt @ rev 17486
rubyripper: update suggested
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 30 12:23:45 2014 +0100 (2014-12-30) |
parents | 33e84bccec26 |
children | 16df76e1fc6a |
line source
1 # SliTaz package receipt.
3 PACKAGE="hg-git"
4 VERSION="5861777f2f5e"
5 CATEGORY="misc"
6 SHORT_DESC="Git plugin for mercurial."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://hg-git-github.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
13 DEPENDS="mercurial dulwich python"
14 BUILD_DEPENDS="wget python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR --prefix=/usr
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }