[arch-commits] CVS update of extra/i18n/koffice-l10n-zh_CN (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Sat Jun 9 21:26:30 UTC 2007


    Date: Saturday, June 9, 2007 @ 17:26:30
  Author: alexander
    Path: /home/cvs-extra/extra/i18n/koffice-l10n-zh_CN

   Added: PKGBUILD (1.1)

upgpkg: koffice-l10n-* 1.6.3


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


Index: extra/i18n/koffice-l10n-zh_CN/PKGBUILD
diff -u /dev/null extra/i18n/koffice-l10n-zh_CN/PKGBUILD:1.1
--- /dev/null	Sat Jun  9 17:26:30 2007
+++ extra/i18n/koffice-l10n-zh_CN/PKGBUILD	Sat Jun  9 17:26:30 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/06/09 21:26:30 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org> 
+pkgname=koffice-l10n-zh_CN
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="Chinese Simplified KOffice translation."
+license=('GPL')
+arch=(i686 x86_64)
+url="http://www.koffice.org"
+depends=('koffice>=1.6.3')
+source=(http://download.kde.org/stable/koffice-$pkgver/src/koffice-l10n/$pkgname-$pkgver.tar.bz2)
+replaces=koffice-i18n-zh_CN
+
+build() {
+  cd $startdir/src/${pkgname}-${pkgver}
+  ./configure --prefix=/opt/kde --disable-debug
+  make || return 1
+  make DESTDIR=$startdir/pkg install || return 1
+}
+
+md5sums=('a21490ebc1d0beedc565c070d4bdad25')




More information about the arch-commits mailing list