[arch-commits] Commit in kde-l10n-csb/repos (2 files)
Pierre Schmitz
pierre at archlinux.org
Thu Dec 11 21:36:43 UTC 2008
Date: Thursday, December 11, 2008 @ 16:36:43
Author: pierre
Revision: 21279
KDE 4.2 Beta 2
Added:
kde-l10n-csb/repos/kde-unstable-x86_64/
kde-l10n-csb/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Added: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2008-12-11 21:36:43 UTC (rev 21279)
@@ -0,0 +1,28 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kde-l10n-csb
+pkgver=4.1.85
+pkgrel=1
+pkgdesc="Kashubian Localization for KDE"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL')
+groups=('kde-l10n')
+replaces=('kde-i18n-csb')
+provides=('kde-i18n-csb')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs')
+options=('docs')
+source=("http://download.kde.org/unstable/${pkgver}/src/kde-l10n/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('db52741f2ce70f243d9f88e53e8dd16d')
+
+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