mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 11:34:36 +08:00
qjson update, libkgapi, cinstall rebuild for it
This commit is contained in:
parent
ea160af264
commit
cbec926c3a
@ -1,33 +0,0 @@
|
||||
#
|
||||
# KDE SC Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=qjson
|
||||
_origname=qjson
|
||||
pkgver=0.7.1
|
||||
pkgrel=2
|
||||
pkgdesc="A qt-based library that maps JSON data to QVariant objects."
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://qjson.sourceforge.net"
|
||||
depends=('qt')
|
||||
makedepends=('cmake')
|
||||
source=("http://downloads.sourceforge.net/${_origname}/${_origname}-${pkgver}.tar.bz2")
|
||||
md5sums=('5a833ad606c164ed8aa69f0873366ace')
|
||||
options=('!splitdbg' '!splithdr')
|
||||
groups=("kde-uninstall" "kde-support")
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${_origname} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
}
|
Loading…
Reference in New Issue
Block a user