New package: quazip-qt5-0.7.1
This commit is contained in:
parent
fe64288562
commit
1a081e8b78
3 changed files with 35 additions and 0 deletions
|
@ -2016,3 +2016,4 @@ libKF5Attica.so.5 attica-qt5-5.6.0_1
|
|||
libechonest5.so.2.3 libechonest-qt5-2.3.0_1
|
||||
liblastfm_fingerprint5.so.1 liblastfm-qt5-1.0.9_1
|
||||
liblastfm5.so.1 liblastfm-qt5-1.0.9_1
|
||||
libquazip.so.1 quazip-qt5-0.7.1_1
|
||||
|
|
1
srcpkgs/quazip-qt5-devel
Symbolic link
1
srcpkgs/quazip-qt5-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
quazip-qt5
|
33
srcpkgs/quazip-qt5/template
Normal file
33
srcpkgs/quazip-qt5/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'quazip'
|
||||
pkgname=quazip-qt5
|
||||
version=0.7.1
|
||||
revision=1
|
||||
wrksrc=${pkgname%-*}-${version}
|
||||
hostmakedepends="qt5-qmake"
|
||||
makedepends="qt5-devel zlib-devel"
|
||||
short_desc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="LGPL-2.0"
|
||||
homepage="http://sourceforge.net/projects/quazip/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname%-*}/${pkgname%-*}-${version}.tar.gz"
|
||||
checksum=78c984103555c51e6f7ef52e3a2128e2beb9896871b2cc4d4dbd4d64bff132de
|
||||
|
||||
provides="quazip-${version}_${revision}"
|
||||
replaces="quazip>=0"
|
||||
|
||||
do_configure() {
|
||||
qmake PREFIX=/usr
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
}
|
||||
|
||||
quazip-qt5-devel_package() {
|
||||
depends="quazip-qt5>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue