wok annotate hg-git/receipt @ rev 21474

updated mousepad (0.3.0 -> 0.4.1)
author Hans-G?nter Theisgen
date Wed May 01 07:26:05 2019 +0100 (2019-05-01)
parents 8dd8bab3f0ca
children 31b8e9d2cab1
rev   line source
pascal@14379 1 # SliTaz package receipt.
pascal@14379 2
pascal@14379 3 PACKAGE="hg-git"
pascal@21254 4 VERSION="0.8.12"
pascal@14379 5 CATEGORY="misc"
pascal@14379 6 SHORT_DESC="Git plugin for mercurial."
pascal@14379 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
pascal@20672 9 WEB_SITE="https://pypi.org/project/$PACKAGE/"
pascal@14379 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14379 11 WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
pascal@14379 12
pascal@14379 13 DEPENDS="mercurial dulwich python"
pascal@14379 14 BUILD_DEPENDS="wget python-dev"
pascal@14379 15
pascal@14379 16 # Rules to configure and make the package.
pascal@14379 17 compile_rules()
pascal@14379 18 {
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 }