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

Pierre Schmitz pierre at archlinux.org
Tue Jul 15 22:22:19 UTC 2008


    Date: Tuesday, July 15, 2008 @ 18:22:19
  Author: pierre
Revision: 5390

upgpkg: decibel 0.5.0-1

Modified:
  decibel/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-15 22:12:50 UTC (rev 5389)
+++ PKGBUILD	2008-07-15 22:22:19 UTC (rev 5390)
@@ -0,0 +1,25 @@
+# $ Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=decibel
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="a realtime communications framework"
+arch=('i686' 'x86_64')
+url='http://decibel.kde.org'
+license=('LGPL')
+depends=('qt>=4.4' 'telepathy-qt' 'tapioca-qt')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+source=("http://decibel.kde.org/fileadmin/downloads/decibel/releases/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7de299ace568c87a746388ad765228e5')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}
\ No newline at end of file





More information about the arch-commits mailing list