Date: Sunday, April 30, 2017 @ 11:49:34
  Author: jlichtblau
Revision: 226350

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  quazip/repos/community-testing-i686/
  quazip/repos/community-testing-i686/PKGBUILD
    (from rev 226349, quazip/trunk/PKGBUILD)
  quazip/repos/community-testing-x86_64/
  quazip/repos/community-testing-x86_64/PKGBUILD
    (from rev 226349, quazip/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: quazip/repos/community-testing-i686/PKGBUILD (from rev 226349, 
quazip/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-04-30 11:49:34 UTC (rev 226350)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: trya <[email protected]>
+
+pkgname=quazip
+pkgver=0.7.3
+pkgrel=2
+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=('qt5-base')
+makedepends=('cmake')
+provides=('quazip-qt5')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2ad4f354746e8260d46036cde1496c223ec79765041ea28eb920ced015e269b5')
+
+build() {
+  cd "${srcdir}"
+
+  install -d build
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_WITH_QT4:BOOL=OFF \
+    -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: quazip/repos/community-testing-x86_64/PKGBUILD (from rev 226349, 
quazip/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-30 11:49:34 UTC (rev 226350)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: trya <[email protected]>
+
+pkgname=quazip
+pkgver=0.7.3
+pkgrel=2
+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=('qt5-base')
+makedepends=('cmake')
+provides=('quazip-qt5')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2ad4f354746e8260d46036cde1496c223ec79765041ea28eb920ced015e269b5')
+
+build() {
+  cd "${srcdir}"
+
+  install -d build
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_WITH_QT4:BOOL=OFF \
+    -DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to