From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/quazip/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 extra/quazip/PKGBUILD (limited to 'extra/quazip') diff --git a/extra/quazip/PKGBUILD b/extra/quazip/PKGBUILD new file mode 100644 index 000000000..78e0282a2 --- /dev/null +++ b/extra/quazip/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 199053 2013-11-07 23:52:10Z andrea $ +# Maintainer: Andrea Scarpino +# Contributor: trya + +pkgname=quazip +pkgver=0.5.1 +pkgrel=3 +pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package" +url="http://sourceforge.net/projects/quazip/" +license=('LGPL') +arch=('i686' 'x86_64') +depends=('qt4') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('eec6b9b6f19654230dfcd158f29ea9d0') + +build() { + cd ${pkgname}-${pkgver}/${pkgname} + qmake-qt4 PREFIX=/usr + make +} + +package() { + cd ${pkgname}-${pkgver}/${pkgname} + make INSTALL_ROOT="${pkgdir}" install + + install -d "${pkgdir}"/usr/share/apps/cmake-2.8/Modules + install -m644 ../FindQuaZip.cmake\ + "${pkgdir}"/usr/share/apps/cmake-2.8/Modules +} -- cgit v1.2.3-54-g00ecf