cinstall/cbundle update to 4.0, original pkgbuild restored

This commit is contained in:
abeveritas 2011-03-18 21:34:07 +00:00
parent 67d660f5c8
commit 79e7bafdb4
2 changed files with 19 additions and 19 deletions

View File

@ -5,7 +5,7 @@
# (c) 2010 Drake Justice
pkgname=cbundle
pkgver=0.3.59
pkgver=0.4.0
pkgrel=1
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse')
makedepends=('qt' 'automoc4' 'kdebase-workspace')
@ -14,21 +14,21 @@ arch=("i686" "x86_64")
license=('GPL')
url="http://chakra-project.org/"
source=(jmc-88-jmc-88-cbundle-master.tar.gz)
md5sums=('1a9305288088f46dc505608fec74b5c1')
source=(http://chakra-project.org/sources/cinstall/jmc-88-cbundle-$pkgver.tar.xz)
md5sums=('08e9d404adc6cd10fb19ba613606cc1e')
# create tarball: source PKGBUILD && mksource
#mksource() {
# git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
# pushd cbundle
# popd
# tar -cvJf ${pkgname}-${pkgver}.tar.xz cbundle/*
# md5sum ${pkgname}-${pkgver}.tar.xz
#}
mksource() {
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cbundle.git
pushd jmc-88-cbundle
popd
tar -cvJf jmc-88-cbundle-${pkgver}.tar.xz jmc-88-cbundle/*
md5sum jmc-88-cbundle-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/cinstall-jmc-88-cbundle"
cd "${srcdir}/jmc-88-cbundle"
cmake \

View File

@ -6,7 +6,7 @@
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=0.3.59
pkgver=0.4.0
pkgrel=1
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4')
@ -18,21 +18,21 @@ url="http://chakra-project.org/"
optdepends=('akabei: for akabei support'
'pacman: for pacman support')
source=("jmc-88-jmc-88-cinstall-master.tar.gz")
md5sums=('dbed95e539d57ba9688e76e10ccb91e4')
source=("http://chakra-project.org/sources/cinstall/jmc-88-cinstall-$pkgver.tar.xz")
md5sums=('b78b7bccfc8911834e8ad4677ff51b8f')
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/cinstall/cinstall.git
pushd cinstall
git clone git://gitorious.org/~jmc-88/cinstall/jmc-88-cinstall.git
pushd jmc-88-cinstall
popd
tar -cvJf ${pkgname}-${pkgver}.tar.xz cinstall/*
md5sum ${pkgname}-${pkgver}.tar.xz
tar -cvJf jmc-88-cinstall-${pkgver}.tar.xz jmc-88-cinstall/*
md5sum jmc-88-cinstall-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/cinstall-jmc-88-cinstall"
cd "${srcdir}/jmc-88-cinstall"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \