[arch-commits] Commit in kde-l10n-eu/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Jan 11 12:54:32 UTC 2009


    Date: Sunday, January 11, 2009 @ 07:54:32
  Author: pierre
Revision: 23479

Let's go straigt to 4.2 RC1

Modified:
  kde-l10n-eu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 12:54:28 UTC (rev 23478)
+++ PKGBUILD	2009-01-11 12:54:32 UTC (rev 23479)
@@ -0,0 +1,28 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kde-l10n-eu
+pkgver=4.1.96
+pkgrel=1
+pkgdesc="Basque Localization for KDE"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL')
+groups=('kde-l10n')
+replaces=('kde-i18n-eu')
+provides=('kde-i18n-eu')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-l10n/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('69928e97897eb9cea1f8304484075b77')
+
+build() {
+	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