wok-undigest annotate hg-git/receipt @ rev 957

gtk+3: forgot about my new gobject-introspection
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 13 13:00:25 2013 +0000 (2013-03-13)
parents
children
rev   line source
pascal@770 1 # SliTaz package receipt.
pascal@770 2
pascal@770 3 PACKAGE="hg-git"
pascal@770 4 VERSION="5861777f2f5e"
pascal@770 5 CATEGORY="misc"
pascal@770 6 SHORT_DESC="Git plugin for mercurial."
pascal@770 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@770 8 WEB_SITE="http://hg-git-github.com/"
pascal@770 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@770 10 WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
pascal@770 11
pascal@770 12 DEPENDS="mercurial dulwich python"
pascal@770 13 BUILD_DEPENDS="wget python-dev"
pascal@770 14
pascal@770 15 # Rules to configure and make the package.
pascal@770 16 compile_rules()
pascal@770 17 {
pascal@770 18 cd $src
pascal@770 19 python setup.py install --root=$DESTDIR --prefix=/usr
pascal@770 20 }
pascal@770 21
pascal@770 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@770 23 genpkg_rules()
pascal@770 24 {
pascal@770 25 cp -a $_pkg/* $fs
pascal@770 26 }