diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-14 17:19:48 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-14 17:19:48 -0300 |
commit | d60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d (patch) | |
tree | be950fc42ca55687854d5ed90e1c97bb6fa5fd57 /pcr/bup/PKGBUILD | |
parent | 4886a5f8a3f823a5dedea6d137ab650544cefb9d (diff) | |
parent | 762b84f828dc02cc9a70268b178e944469148007 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'pcr/bup/PKGBUILD')
-rw-r--r-- | pcr/bup/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/bup/PKGBUILD b/pcr/bup/PKGBUILD index bdc2abeeb..d45d60961 100644 --- a/pcr/bup/PKGBUILD +++ b/pcr/bup/PKGBUILD @@ -4,6 +4,7 @@ # If you'd like to have documentation, please set the variable below to 1. # This implies installing pandoc, which in turn depends on many Haskell packages. +# Which you can build if you wish. _havedocs=0 pkgname=bup @@ -14,7 +15,7 @@ pkgdesc="Backup tool using git pack files." arch=('i686' 'x86_64') url="http://github.com/apenwarr/bup" license=('GPL') -depends=('python2-fuse' 'par2cmdline') +depends=('python2-fuse' 'par2cmdline' 'python' 'git') [ $_havedocs = 1 ] && makedepends=('haskell-pandoc') source=("https://github.com/apenwarr/${pkgname}/archive/${pkgname}-${_pkgver}.tar.gz") @@ -31,4 +32,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgname}-${_pkgver}" make DESTDIR=$pkgdir install } -md5sums=('9d9af10900d84e2951aa64631ff4860d') + |