wok view bazaar/receipt @ rev 20774

updated ccid again (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 17:05:23 2019 +0100 (2019-02-13)
parents 11b5e93cb5f2
children 443034656373
line source
1 # SliTaz package receipt.
3 PACKAGE="bazaar"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="A free distributed version control system."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://bazaar-vcs.org/"
10 SOURCE="bzr"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/$SOURCE/${VERSION:0:3}/$VERSION/+download/$TARBALL"
13 TAGS="dvcs version-control versioning"
15 DEPENDS="glibc-base zlib python"
16 BUILD_DEPENDS="python python-dev wget"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install \
22 --prefix=/usr \
23 --root=$DESTDIR \
24 --no-compile
26 mkdir -p $install/usr/share
27 mv $install/usr/man $install/usr/share
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/lib $fs/usr
36 }
38 ## -----------------------------------------------------------------------
39 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
40 ## URL: "http://bazaar-vcs.org/" is OFF.
41 ## This looks good? => http://bazaar.canonical.com/en/
42 ## !! Please, remove this after you update. Thank you.