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

Andrea Scarpino andrea at archlinux.org
Fri Apr 17 10:22:17 UTC 2009


    Date: Friday, April 17, 2009 @ 06:22:17
  Author: andrea
Revision: 35800

fixed url

Modified:
  yakuake/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-17 09:18:40 UTC (rev 35799)
+++ PKGBUILD	2009-04-17 10:22:17 UTC (rev 35800)
@@ -1,26 +1,26 @@
 # $Id$
 # Maintainer: James Rayner <iphitus at gmail.com>
-#Contributor: leeghoofd <abcdefg at solcon.nl>
+# Contributor: leeghoofd <abcdefg at solcon.nl>
 
 pkgname=yakuake
 pkgver=2.9.4
 pkgrel=2
 pkgdesc="A KDE konsole application with the look and feel of that in the Quake engine"
 arch=('i686' 'x86_64')
-url="http://yakuake.org"
+url="http://yakuake.kde.org"
 license=("GPL")
 depends=('kdebase>4')
 makedepends=('cmake' 'automoc4')
-source=("http://download.berlios.de/yakuake/yakuake-${pkgver}.tar.bz2")
+source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('e1671e6709146c6c85a5884176d99c4b')
 
 build() {
-	cd $srcdir
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-	make DESTDIR=$pkgdir install
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list