# Contributor (Arch) : Salan54 # Maintainer (Parabola) : Aurélien DESBRIÈRES pkgname=zulucrypt pkgver=4.7.2 pkgrel=1 _altpkgname=zuluCrypt pkgdesc="a cli and gui frontend to cryptsetup." url="http://code.google.com/p/zulucrypt/" arch=('x86_64' 'i686') license=('GPL') depends=('cryptsetup' 'qt4' 'libpwquality' 'libsecret' 'tcplay') optdepends=('kdeutils-kwallet: retrieve volume keys from kde kwallet') conflicts=('zulucrypt-git') makedepends=('cmake') options=('!buildflags') source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.bz2") md5sums=('cbd9d64c40677122263d2b9317548cae') changelog=${pkgname}.changelog install=${pkgname}.install build() { cd "${srcdir}/${_altpkgname}-${pkgver}" mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DNOKDE=true -DCMAKE_BUILD_TYPE=release . .. make } package() { echo "changelog updated" cp "${srcdir}/${_altpkgname}-${pkgver}"/changelog ../${pkgname}.changelog cd "${srcdir}/${_altpkgname}-${pkgver}" cd build make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: