[arch-commits] CVS update of extra/i18n/kde-i18n-th (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon May 21 17:42:23 UTC 2007


    Date: Monday, May 21, 2007 @ 13:42:23
  Author: tpowa
    Path: /home/cvs-extra/extra/i18n/kde-i18n-th

   Added: PKGBUILD (1.1)

'upgpkg: update to new version'


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


Index: extra/i18n/kde-i18n-th/PKGBUILD
diff -u /dev/null extra/i18n/kde-i18n-th/PKGBUILD:1.1
--- /dev/null	Mon May 21 13:42:23 2007
+++ extra/i18n/kde-i18n-th/PKGBUILD	Mon May 21 13:42:23 2007
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2007/05/21 17:42:23 tpowa Exp $
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=kde-i18n-th
+pkgver=3.5.7
+pkgrel=1
+kdever=3.5.7
+pkgdesc="Thai Localization for KDE."
+arch=(i686 x86_64)
+url="http://i18n.kde.org/stats/gui/KDE_3.5_BRANCH/th/index.php"
+source=(ftp://ftp.kde.org/pub/kde/stable/$kdever/src/kde-i18n/$pkgname-$pkgver.tar.bz2)
+depends=('kdebase>=3.5.7')
+
+
+build() {
+	cd $startdir/src
+	cd $pkgname-$pkgver
+	./configure --prefix=/opt/kde --disable-debug
+	make || return 1
+	make DESTDIR=$startdir/pkg install || return 1
+}
+md5sums=('11a49cc84cc87306dad4c61286ae0048')




More information about the arch-commits mailing list