mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 16:47:19 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/desktop into testing
This commit is contained in:
commit
5d86016732
@ -5,8 +5,11 @@
|
|||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
# (c) 2010 Drake Justice
|
# (c) 2010 Drake Justice
|
||||||
|
|
||||||
|
# include global config
|
||||||
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=cinstall
|
pkgname=cinstall
|
||||||
pkgver=20110104
|
pkgver=0.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse')
|
depends=('squashfs-tools' 'xz>=5.0.0' 'fakechroot' 'unionfs-fuse')
|
||||||
makedeps=('kdelibs' 'qt')
|
makedeps=('kdelibs' 'qt')
|
||||||
@ -18,23 +21,14 @@ 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/${pkgname}/${pkgname}-${pkgver}.tar.xz)
|
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.gz")
|
||||||
md5sums=('15278e0cf47b6581a005adc5dc089042')
|
md5sums=('4f06339cc3e329d69d28ab3b93353510')
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
|
||||||
|
|
||||||
mksource() {
|
|
||||||
git clone git://gitorious.org/cinstall/cinstall.git
|
|
||||||
pushd cinstall
|
|
||||||
popd
|
|
||||||
tar -cvJf ${pkgname}-${pkgver}.tar.xz cinstall/*
|
|
||||||
md5sum ${pkgname}-${pkgver}.tar.xz
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/cinstall"
|
mkdir -p $srcdir/build
|
||||||
|
cd $srcdir/build
|
||||||
|
|
||||||
cmake \
|
cmake ../cinstall-${pkgname} \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
make || return 1
|
make || return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user