Added bzrtools-2.0.1 build template.

--HG--
extra : convert_revision : 8770fe60b008e96d41d7a335e6638eb4e696abf1
This commit is contained in:
Juan RP 2009-10-01 16:18:48 +02:00
parent dfd7b0a6a4
commit 011a8ec0b2
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Template file for 'bzrtools'
pkgname=bzrtools
version=2.0.1
wrksrc=$pkgname
distfiles="http://launchpad.net/$pkgname/stable/$version/+download/$pkgname-$version.tar.gz"
build_style=custom-install
short_desc="Plugin providing a collection of utilities for bzr"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0dffad46808490b0825c201719f61c77d91a360853abaf229c4ca5c05ab24d54
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}
}