bzr, bzrtools: use build_style=python-module.

--HG--
extra : convert_revision : cac50d5078b5dbf96700dd2661cd7cde9b44a426
This commit is contained in:
Juan RP 2009-10-18 09:26:43 +02:00
parent 0fe4e35138
commit 7fbc4b9545
2 changed files with 2 additions and 17 deletions

View file

@ -2,7 +2,7 @@
pkgname=bzr
version=2.0.1
distfiles="http://launchpad.net/bzr/2.0/$version/+download/bzr-$version.tar.gz"
build_style=custom-install
build_style=python-module
short_desc="Distributed version control system that Just Works"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3438bd7b5d07486d85a63cf47a26f3532ef7fb4019770ca48faddfa9875e06c9
@ -13,10 +13,3 @@ long_desc="
five minutes."
Add_dependency full python
do_install()
{
cd ${wrksrc}
sed -i 's|man/man1|share/man/man1|g' setup.py
python setup.py install --prefix=usr --root=${DESTDIR}
}

View file

@ -3,7 +3,7 @@ pkgname=bzrtools
version=2.0.1
wrksrc=$pkgname
distfiles="http://launchpad.net/$pkgname/stable/$version/+download/$pkgname-$version.tar.gz"
build_style=custom-install
build_style=python-module
short_desc="Plugin providing a collection of utilities for bzr"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0dffad46808490b0825c201719f61c77d91a360853abaf229c4ca5c05ab24d54
@ -11,13 +11,5 @@ long_desc="
This is a plugin providing a collection of utilities for bzr."
noarch=yes
Add_dependency full python
Add_dependency full bzr
do_install()
{
cd ${wrksrc}
sed -i 's|man/man1|share/man/man1|g' setup.py
python setup.py install --prefix=usr --root=${DESTDIR}
}