# Compiling Time: 0.03 SBU # Maintainer: Miklos Vajna pkgname=bzr pkgver=2.7.0 pkgrel=1 pkgdesc="Next generation distributed version control" url="http://bazaar-vcs.org" _F_makepkg_chkdep="python" depends=('paramiko') groups=('devel-extra') archs=('i686' 'x86_64' 'arm') _F_archive_grepv="rc\|b[0-9]" up2date="Flasttar https://launchpad.net/bzr/+download" # trick: the first dir is a.bc and the version is a.bc or a.bc.d. given # that d is usually one digit only, dropping .? from the end will give # a.bc both for a.bc and a.bc.d. source=(https://launchpad.net/bzr/${pkgver%%.?}/${pkgver}/+download/bzr-$pkgver.tar.gz) signatures=("${source[0]}.sig") build() { Fcd rm -f Makefile Fbuild Fmv /usr/man /usr/share/man } # optimization OK