wok view hg-git/receipt @ rev 22889

updated gst-plugins-base-1.0, gst-plkugins-base-1.0-dev and gst-plugins-good-1.0 (1.10.1 -> 1.16.2)
author Hans-G?nter Theisgen
date Sun Feb 23 07:34:45 2020 +0100 (2020-02-23)
parents 8dd8bab3f0ca
children 31b8e9d2cab1
line source
1 # SliTaz package receipt.
3 PACKAGE="hg-git"
4 VERSION="0.8.12"
5 CATEGORY="misc"
6 SHORT_DESC="Git plugin for mercurial."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://pypi.org/project/$PACKAGE/"
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 python setup.py install --root=$DESTDIR --prefix=/usr
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }