Date: Thursday, January 16, 2014 @ 15:56:11 Author: flexiondotorg Revision: 104166
Added bzr-fastimport Added: bzr-fastimport/ bzr-fastimport/repos/ bzr-fastimport/trunk/ bzr-fastimport/trunk/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) Added: bzr-fastimport/trunk/PKGBUILD =================================================================== --- bzr-fastimport/trunk/PKGBUILD (rev 0) +++ bzr-fastimport/trunk/PKGBUILD 2014-01-16 14:56:11 UTC (rev 104166) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Martin Wimpress <[email protected]> +# Contributor: Martin Panter <[email protected]> +# Contributor: Hector Acosta <[email protected]> +# Contributor: Kambus +# Contributor: Mario Danic <mario.danic> + +pkgname=bzr-fastimport +pkgver=0.13.0 +pkgrel=3 +pkgdesc="Bazaar Fast Import is a plugin providing fast loading of revision control data into Bazaar." +arch=(i686 x86_64) +url="https://launchpad.net/${pkgname}" +license=('GPL2') +groups=(bzr) +depends=('python2' 'bzr' 'python2-fastimport') +makedepends=('bzr') +conflicts=(bzr-fastimport-russo79-bzr bzr-fastimport-deleted-entries-fix) +source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) +md5sums=('e47115774d44ae0c3b027ae0374aa52e') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + for _file in $(grep '#!/usr/bin/.*python' -r . | cut -d: -f1); do + sed -i 's/python/python2/' "$_file" + done +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + python2 setup.py install --prefix'=/usr' --root="${pkgdir}" +} Property changes on: bzr-fastimport/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
