mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
adding quazip from CCR, a dependency of tomahawk
This commit is contained in:
parent
d2a1fa8f2f
commit
5ad614c345
31
quazip/PKGBUILD
Normal file
31
quazip/PKGBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer Andrei Nistor <coder[dot]tux[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=quazip
|
||||
pkgver=0.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
|
||||
url="http://sourceforge.net/projects/quazip/"
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('qt')
|
||||
source=("http://downloads.sourceforge.net/project/quazip/quazip/${pkgver}/quazip-${pkgver}.tar.gz")
|
||||
license=('LGPL')
|
||||
md5sums=('5e548a988d059430930b61330b5bfade')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/quazip-${pkgver}/quazip
|
||||
qmake PREFIX=${pkgdir}/usr
|
||||
make
|
||||
make staticlib
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/quazip-${pkgver}/quazip
|
||||
make install
|
||||
cp libquazip.a ${pkgdir}/usr/lib
|
||||
}
|
Loading…
Reference in New Issue
Block a user