[arch-commits] CVS update of extra/i18n/koffice-l10n-ga (PKGBUILD)
Alexander Baldeck
alexander at archlinux.org
Sat Jun 9 21:26:10 UTC 2007
Date: Saturday, June 9, 2007 @ 17:26:10
Author: alexander
Path: /home/cvs-extra/extra/i18n/koffice-l10n-ga
Added: PKGBUILD (1.1)
upgpkg: koffice-l10n-* 1.6.3
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Index: extra/i18n/koffice-l10n-ga/PKGBUILD
diff -u /dev/null extra/i18n/koffice-l10n-ga/PKGBUILD:1.1
--- /dev/null Sat Jun 9 17:26:10 2007
+++ extra/i18n/koffice-l10n-ga/PKGBUILD Sat Jun 9 17:26:10 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/06/09 21:26:10 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+pkgname=koffice-l10n-ga
+pkgver=1.6.3
+pkgrel=2
+pkgdesc="Irish 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-ga
+
+build() {
+ cd $startdir/src/${pkgname}-${pkgver}
+ ./configure --prefix=/opt/kde --disable-debug
+ make || return 1
+ make DESTDIR=$startdir/pkg install || return 1
+}
+
+md5sums=('80f28f345dbae9b108b97701ab2a3b7b')
More information about the arch-commits
mailing list