# # Chakra Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # (c) 2010 Drake Justice # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=cinstall pkgver=0.0.2.2 pkgrel=3 depends=('kdelibs' 'qt' 'squashfs-tools' 'xz-utils' 'fakechroot' 'unionfs-fuse') pkgdesc="Bundle Creator/Launcher and Package-Manager" arch=("i686" "x86_64") license=('GPL') install=$pkgname.install url="http://chakra-project.org/" optdepends=('akabei: for akabei support' 'pacman: for pacman support') source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz") md5sums=('c30a57166663344021ef47fa32692b77') build() { mkdir -p $srcdir/build cd $srcdir/build cmake ../cinstall-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make || return 1 make DESTDIR=${pkgdir} install || return 1 }