This commit is contained in:
philm 2011-03-30 17:47:14 +02:00
parent 4eb0d21a06
commit 9148787c97

View File

@ -6,7 +6,7 @@
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=0.4.5
pkgver=0.4.4
pkgrel=1
depends=('rsync' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4')
@ -16,10 +16,8 @@ license=('GPL')
install=$pkgname.install
url="http://chakra-project.org/"
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz"
main.cpp)
md5sums=('23baab87c78633196aaae624ca667f1a'
4a539d6c41c94bffc325b8c25864e9bc)
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
md5sums=('23baab87c78633196aaae624ca667f1a')
# create tarball: source PKGBUILD && mksource
@ -33,7 +31,6 @@ mksource() {
build() {
cd "${srcdir}/cinstall"
cp -v ${srcdir}/main.cpp "${srcdir}/cinstall"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release