[arch-commits] Commit in qimageblitz/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Aug 19 13:00:48 UTC 2010


    Date: Thursday, August 19, 2010 @ 09:00:48
  Author: andrea
Revision: 88089

upstream release; new source url

Modified:
  qimageblitz/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-19 12:47:32 UTC (rev 88088)
+++ PKGBUILD	2010-08-19 13:00:48 UTC (rev 88089)
@@ -1,27 +1,32 @@
 # $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=qimageblitz
-pkgver=0.0.5
+pkgver=0.0.6
 pkgrel=1
 pkgdesc="An interm image effect library"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/qimageblitz"
-license=('custom')
-depends=('qt>=4.4.3')
+license=('GPL2')
+depends=('qt')
 makedepends=('cmake' 'pkgconfig')
-source=("ftp://ftp.archlinux.org/other/qimageblitz/${pkgname}-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('5a6c718a56643ffe1f347410bdcca64d')
 options=(!libtool)
 
 build() {
-	cd ${srcdir}
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr 
-	make
-	make DESTDIR=${pkgdir} install
-	install -m644 -D ${srcdir}/${pkgname}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr 
+  make
 }
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')




More information about the arch-commits mailing list