summaryrefslogtreecommitdiff
path: root/extra/qimageblitz/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qimageblitz/PKGBUILD')
-rw-r--r--extra/qimageblitz/PKGBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/extra/qimageblitz/PKGBUILD b/extra/qimageblitz/PKGBUILD
index a6717e077..abced8b9a 100644
--- a/extra/qimageblitz/PKGBUILD
+++ b/extra/qimageblitz/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 88089 2010-08-19 13:00:48Z andrea $
+# $Id: PKGBUILD 145862 2012-01-03 12:41:58Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=qimageblitz
pkgver=0.0.6
-pkgrel=1
-pkgdesc="An interm image effect library"
+pkgrel=2
+pkgdesc="A graphical effect and filter library for KDE"
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/qimageblitz"
+url="http://www.kde.org/"
license=('GPL2')
depends=('qt')
-makedepends=('cmake' 'pkgconfig')
+makedepends=('cmake')
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('5a6c718a56643ffe1f347410bdcca64d')
-options=(!libtool)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -26,7 +25,6 @@ build() {
}
package() {
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
}
-md5sums=('0ae2f7d4e0876764a97ca73799f61df4')