mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 16:37:14 +08:00
cbundle/cinstall rebuild with jmc branch, temp PKGBUILD, will revert after merge
This commit is contained in:
parent
26a5beb73f
commit
32ba36adec
@ -5,7 +5,7 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cbundle
|
pkgname=cbundle
|
||||||
pkgver=0.3.52
|
pkgver=0.3.54
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
|
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
|
||||||
makedepends=('qt')
|
makedepends=('qt')
|
||||||
@ -14,13 +14,13 @@ arch=("i686" "x86_64")
|
|||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://chakra-project.org/"
|
url="http://chakra-project.org/"
|
||||||
|
|
||||||
source=(http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz)
|
source=(jmc-88-jmc-88-cbundle-master.tar.gz)
|
||||||
md5sums=('b495d63faec29e1fda6315feaa061baf')
|
md5sums=('9bcaf638e582319f3843157dc3dac35e')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
mksource() {
|
mksource() {
|
||||||
git clone git://gitorious.org/cinstall/cbundle.git
|
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
|
||||||
pushd cbundle
|
pushd cbundle
|
||||||
popd
|
popd
|
||||||
tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/*
|
tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/*
|
||||||
@ -28,7 +28,7 @@ mksource() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/cbundle"
|
cd "${srcdir}/cinstall-jmc-88-cbundle"
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cinstall
|
pkgname=cinstall
|
||||||
pkgver=0.3.53
|
pkgver=0.3.54
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
depends=('cbundle-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
||||||
makedepends=('kdelibs' 'qt')
|
makedepends=('kdelibs' 'qt')
|
||||||
pkgdesc="Bundle Creator/Launcher and Package-Manager"
|
pkgdesc="Bundle Creator/Launcher and Package-Manager"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
@ -18,8 +18,8 @@ url="http://chakra-project.org/"
|
|||||||
optdepends=('akabei: for akabei support'
|
optdepends=('akabei: for akabei support'
|
||||||
'pacman: for pacman support')
|
'pacman: for pacman support')
|
||||||
|
|
||||||
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
|
source=("jmc-88-jmc-88-cinstall-master.tar.gz")
|
||||||
md5sums=('c9f1d1d57866fd321fd0c6089dec6e21')
|
md5sums=('95e92b42541eddbf93aafe64513de808')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ mksource() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/cinstall"
|
cd "${srcdir}/cinstall-jmc-88-cinstall"
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user