wok annotate bazaar-tools/receipt @ rev 24609
updated gnu-efi (3.0.11 -> 3.0.14)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 04 07:12:36 2022 +0100 (2022-03-04) |
parents | 324c13268efe |
children | 3e075bf0378a |
rev | line source |
---|---|
slaxemulator@8733 | 1 # SliTaz package receipt. |
slaxemulator@8733 | 2 |
slaxemulator@8733 | 3 PACKAGE="bazaar-tools" |
slaxemulator@15821 | 4 VERSION="2.6.0" |
slaxemulator@8733 | 5 CATEGORY="development" |
slaxemulator@8733 | 6 SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar." |
slaxemulator@8733 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15482 | 8 LICENSE="GPL2" |
slaxemulator@8733 | 9 SOURCE="bzrtools" |
slaxemulator@8733 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
slaxemulator@8733 | 11 WEB_SITE="http://bazaar-vcs.org/BzrTools" |
slaxemulator@15828 | 12 WGET_URL="https://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL" |
slaxemulator@8733 | 13 |
pascal@15482 | 14 DEPENDS="bazaar python" |
pascal@15823 | 15 BUILD_DEPENDS="wget" |
pascal@15482 | 16 |
pascal@24373 | 17 # What is the latest version available today? |
pascal@24373 | 18 current_version() |
pascal@24373 | 19 { |
pascal@24373 | 20 wget -O - http://bazaar.launchpad.net/~abentley/bzrtools/bzrtools.dev/changes 2>/dev/null | \ |
pascal@24373 | 21 sed '/elease-/!d;s|.*elease-||;s|<.*||;q' |
pascal@24373 | 22 } |
pascal@24373 | 23 |
slaxemulator@8733 | 24 # Rules to configure and make the package. |
slaxemulator@8733 | 25 compile_rules() |
slaxemulator@8733 | 26 { |
slaxemulator@8733 | 27 python setup.py install --root=$DESTDIR |
slaxemulator@8733 | 28 } |
slaxemulator@8733 | 29 |
slaxemulator@8733 | 30 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@8733 | 31 genpkg_rules() |
slaxemulator@8733 | 32 { |
slaxemulator@8733 | 33 mkdir -p $fs/usr |
pascal@15482 | 34 cp -a $install/usr/lib $fs/usr |
slaxemulator@8733 | 35 } |
hackdorte@20010 | 36 |
hackdorte@20010 | 37 ## ----------------------------------------------------------------------- |
hackdorte@20010 | 38 ## Revision: 03/Aug/2017 - SliTaz DevTeam. |
hackdorte@20010 | 39 ## URL: "http://bazaar-vcs.org/BzrTools" is OFF. |
hackdorte@20010 | 40 ## This looks good? => http://wiki.bazaar.canonical.com/BzrTools |
hackdorte@20010 | 41 ## !! Please, remove this after you update. Thank you. |