mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
cinstall update, move to qjson
This commit is contained in:
parent
56056f6aab
commit
9832679c08
@ -6,9 +6,9 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cinstall
|
pkgname=cinstall
|
||||||
pkgver=0.4.6.12
|
pkgver=0.4.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('rsync' 'cbundle' 'kdelibs')
|
depends=('rsync' 'cbundle' 'kdelibs' 'qjson')
|
||||||
makedepends=('qt' 'automoc4' 'libcroco')
|
makedepends=('qt' 'automoc4' 'libcroco')
|
||||||
pkgdesc="Chakra's Bundle manager"
|
pkgdesc="Chakra's Bundle manager"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
@ -17,13 +17,13 @@ install=$pkgname.install
|
|||||||
url="http://chakra-project.org/"
|
url="http://chakra-project.org/"
|
||||||
|
|
||||||
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
|
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
|
||||||
md5sums=('c9b5ec59a68ae403b8cf04b7cdaa8458')
|
md5sums=('a5abf8eca2c458861380c8494eb0fad2')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
mksource() {
|
mksource() {
|
||||||
git clone git://gitorious.org//chakra/cinstall.git
|
git clone git://gitorious.org//chakra/cinstall.git
|
||||||
pushd fritzvantoms-cinstall
|
pushd cinstall
|
||||||
popd
|
popd
|
||||||
tar -cvJf cinstall-${pkgver}.tar.xz cinstall/*
|
tar -cvJf cinstall-${pkgver}.tar.xz cinstall/*
|
||||||
md5sum cinstall-${pkgver}.tar.xz
|
md5sum cinstall-${pkgver}.tar.xz
|
||||||
@ -35,6 +35,9 @@ build() {
|
|||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
make || return 1
|
make
|
||||||
make DESTDIR=${pkgdir} install || return 1
|
}
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}/cinstall"
|
||||||
|
make DESTDIR=${pkgdir} install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user