diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-08 07:58:41 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 11:54:04 +0000 |
commit | aad5a8a8108c7eb9cbe303caab51bb49a6eb9886 (patch) | |
tree | e00d4546c7abf91f7c0e642e51a3e701aea9965a /testing | |
parent | 596fad074a57f889e292d4f9a855e5f3ff74682c (diff) | |
download | aports-aad5a8a8108c7eb9cbe303caab51bb49a6eb9886.tar.bz2 aports-aad5a8a8108c7eb9cbe303caab51bb49a6eb9886.tar.xz |
testing/quazip-qt5: purge, replaced by quazip
Diffstat (limited to 'testing')
-rw-r--r-- | testing/quazip-qt5/APKBUILD | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/testing/quazip-qt5/APKBUILD b/testing/quazip-qt5/APKBUILD deleted file mode 100644 index efbd1b8cbf..0000000000 --- a/testing/quazip-qt5/APKBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Alex Raschi <raschi.alex@gmail.com> -pkgname=quazip-qt5 -_pkgname=quazip -pkgver=0.7.6 -pkgrel=0 -pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package" -url="https://github.com/stachenov/$_pkgname" -arch="all" -license="LGPL-2.1-or-later" -makedepends="cmake zlib-dev qt5-qtbase-dev" -subpackages="$pkgname-dev" -options="!check" -source="$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" -builddir="$srcdir/$_pkgname-$pkgver" - -build() { - cd "$builddir" - if [ "$CBUILD" != "$CHOST" ]; then - CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" - fi - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED_LIBS=True \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ - -DCMAKE_C_FLAGS="$CFLAGS" \ - ${CMAKE_CROSSOPTS} - make -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -dev() { - mkdir -p "$subpkgdir"/usr - mv "$pkgdir"/usr/share "$subpkgdir"/usr - - default_dev -} - -sha512sums="4325a69918216bb66c6a7c53589ef73473c3752151522a135dd9c92dbf722b29656aea7be0314c84399a214391eca79296ecda5811ab31845d8cf53c010110d1 quazip-0.7.6.tar.gz" |