wok annotate hg-git/receipt @ rev 23991

syslinux: iso2exe/init loram case
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 06 10:04:52 2020 +0000 (2020-12-06)
parents 2b60d14eea8d
children 104a2a2e5484
rev   line source
pascal@14379 1 # SliTaz package receipt.
pascal@14379 2
pascal@14379 3 PACKAGE="hg-git"
Hans-G?nter@22929 4 VERSION="0.8.13"
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/"
Hans-G?nter@22929 10
pascal@14379 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14379 12 WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
pascal@14379 13
Hans-G?nter@22929 14 DEPENDS="dulwich mercurial python"
Hans-G?nter@22929 15 BUILD_DEPENDS="python-dev"
pascal@14379 16
pascal@14379 17 # Rules to configure and make the package.
pascal@14379 18 compile_rules()
pascal@14379 19 {
pascal@14379 20 python setup.py install --root=$DESTDIR --prefix=/usr
pascal@14379 21 }
pascal@14379 22
pascal@14379 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14379 24 genpkg_rules()
pascal@14379 25 {
Hans-G?nter@22929 26 cp -a $install/* $fs
pascal@14379 27 }