[arch-commits] CVS update of extra/i18n/kde-i18n-wa (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Oct 15 12:33:48 UTC 2007
Date: Monday, October 15, 2007 @ 08:33:48
Author: tpowa
Path: /home/cvs-extra/extra/i18n/kde-i18n-wa
Added: PKGBUILD (1.1)
'newpkg: new in kde 3.5.8'
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Index: extra/i18n/kde-i18n-wa/PKGBUILD
diff -u /dev/null extra/i18n/kde-i18n-wa/PKGBUILD:1.1
--- /dev/null Mon Oct 15 08:33:48 2007
+++ extra/i18n/kde-i18n-wa/PKGBUILD Mon Oct 15 08:33:48 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/10/15 12:33:48 tpowa Exp $
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kde-i18n-wa
+pkgver=3.5.8
+pkgrel=1
+kdever=3.5.8
+pkgdesc="Walloon Localization for KDE."
+arch=(i686 x86_64)
+url="http://i18n.kde.org/stats/gui/KDE_3.5_BRANCH/de/index.php"
+source=(ftp://ftp.kde.org/pub/kde/stable/$kdever/src/kde-i18n/$pkgname-$pkgver.tar.bz2)
+depends=('kdebase>=3.5.8')
+
+build() {
+ cd $startdir/src
+ cd $pkgname-$pkgver
+ ./configure --prefix=/opt/kde --disable-debug
+ make || return 1
+ make DESTDIR=$startdir/pkg install || return 1
+}
+md5sums=('80ab89389e45431fedf5b57630a91108')
More information about the arch-commits
mailing list