updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / tomb / PKGBUILD
blobc220220a80285b331f957a038f5215189c3d5765
1 ## PKGBUILD [bash]
2 # Maintainer: nignux <nignux@freaknet.org>
4 pkgname=tomb
5 pkgver=1.2
6 pkgrel=1
7 pkgdesc="Crypto Undertaker, simple tool to manage encrypted storage, from the hashes of the dyne:bolic nesting mechanism."
8 arch=('i686' 'x86_64')
9 url="http://tomb.dyne.org"
10 license=('GPL')
11 depends=('bc' 'cryptsetup' 
12          'gnupg' 'gtk2>=2.16' 
13          'libnotify' 'pinentry' 
14          'sudo' 'zsh')
15 makedepends=('autoconf')
16 optdepends=('steghide: steganography support' 
17             'dcfldd: dd progress bar support'
18             'wipe: secure delete support')
19 provides=('tomb')
20 install=${pkgname}.install
21 source=(https://github.com/dyne/Tomb/tarball/v1.2)
22 md5sums=('30fb11ef26355a1828933b13ee265924')
24 build() {
25   cd ${srcdir}/dyne-Tomb-ddd9331
26   autoreconf -i
27   ./configure --prefix=/usr
28   make
31 package() {
32   cd ${srcdir}/dyne-Tomb-ddd9331
33   make DESTDIR=${pkgdir} install