mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-07 07:47:13 +08:00
moving cbundle/cinstall to stable
This commit is contained in:
parent
c4f1034296
commit
adf5810089
@ -5,7 +5,7 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cbundle
|
pkgname=cbundle
|
||||||
pkgver=0.4.2
|
pkgver=0.4.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
|
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
|
||||||
makedepends=('qt' 'automoc4' 'kdebase-workspace')
|
makedepends=('qt' 'automoc4' 'kdebase-workspace')
|
||||||
@ -14,21 +14,21 @@ 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/jmc-88-cbundle-$pkgver.tar.xz")
|
source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz")
|
||||||
md5sums=('8c36f1fc34f0da841644ac1e512df667')
|
md5sums=('722d2c1bd4c1703788a8658a48607a34')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
mksource() {
|
mksource() {
|
||||||
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
|
git clone git://gitorious.org/chakra/cbundle.git
|
||||||
pushd jmc-88-cbundle
|
pushd jmc-88-cbundle
|
||||||
popd
|
popd
|
||||||
tar -cvJf jmc-88-cbundle-${pkgver}.tar.xz jmc-88-cbundle/*
|
tar -cvJf cbundle-${pkgver}.tar.xz cbundle/*
|
||||||
md5sum jmc-88-cbundle-${pkgver}.tar.xz
|
md5sum cbundle-${pkgver}.tar.xz
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/jmc-88-cbundle"
|
cd "${srcdir}/cbundle"
|
||||||
|
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
|
@ -6,34 +6,31 @@
|
|||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
pkgname=cinstall
|
pkgname=cinstall
|
||||||
pkgver=0.4.2
|
pkgver=0.4.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
|
depends=('rsync' 'cbundle')
|
||||||
makedepends=('kdelibs' 'qt' 'automoc4')
|
makedepends=('kdelibs' 'qt' 'automoc4')
|
||||||
pkgdesc="Bundle Creator/Launcher and Package-Manager"
|
pkgdesc="Bundle Creator/Launcher and Package-Manager"
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
url="http://chakra-project.org/"
|
url="http://chakra-project.org/"
|
||||||
optdepends=('akabei: for akabei support'
|
|
||||||
'pacman: for pacman support')
|
|
||||||
|
|
||||||
source=("http://chakra-project.org/sources/cinstall/jmc-88-cinstall-$pkgver.tar.xz")
|
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
|
||||||
md5sums=('d20374ce4e904eb02168563f6cfbb9be')
|
md5sums=('23baab87c78633196aaae624ca667f1a')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
# create tarball: source PKGBUILD && mksource
|
||||||
|
|
||||||
mksource() {
|
mksource() {
|
||||||
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cinstall.git
|
git clone git://gitorious.org/chakra/cinstall.git
|
||||||
pushd jmc-88-cinstall
|
pushd cinstall
|
||||||
popd
|
popd
|
||||||
tar -cvJf jmc-88-cinstall-${pkgver}.tar.xz jmc-88-cinstall/*
|
tar -cvJf cinstall-${pkgver}.tar.xz cinstall/*
|
||||||
md5sum jmc-88-cinstall-${pkgver}.tar.xz
|
md5sum cinstall-${pkgver}.tar.xz
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/jmc-88-cinstall"
|
cd "${srcdir}/cinstall"
|
||||||
|
|
||||||
cmake \
|
cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
|
Loading…
Reference in New Issue
Block a user