d2eb130007
Also dropping upstream patch. With this release quazip drops the qmake build in favour of cmake. It still ships the pkgconfig .pc file, so it's possible to link to it by using CMake's find_package() or with pkgconfig. Signed-off-by: Zoltan Gyarmati <zgyarmati@zgyarmati.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
415 B
Makefile
17 lines
415 B
Makefile
################################################################################
|
|
#
|
|
# quazip
|
|
#
|
|
################################################################################
|
|
|
|
QUAZIP_VERSION = 1.1
|
|
QUAZIP_SITE = $(call github,stachenov,quazip,v$(QUAZIP_VERSION))
|
|
QUAZIP_INSTALL_STAGING = YES
|
|
QUAZIP_DEPENDENCIES = \
|
|
zlib \
|
|
qt5base
|
|
QUAZIP_LICENSE = LGPL-2.1
|
|
QUAZIP_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(cmake-package))
|