[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Dec 30 13:58:05 UTC 2010


    Date: Thursday, December 30, 2010 @ 08:58:05
  Author: andyrtr
Revision: 104172

add hunspell-de dictionary pkg

Added:
  hunspell-de/
  hunspell-de/repos/
  hunspell-de/trunk/
  hunspell-de/trunk/PKGBUILD

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

Added: hunspell-de/trunk/PKGBUILD
===================================================================
--- hunspell-de/trunk/PKGBUILD	                        (rev 0)
+++ hunspell-de/trunk/PKGBUILD	2010-12-30 13:58:05 UTC (rev 104172)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=hunspell-de
+pkgver=20100727
+pkgrel=1
+pkgdesc="German hunspell dictionaries"
+arch=(any)
+url="http://www.j3e.de/ispell/igerman98/"
+license=('GPL' 'custom:OASIS')
+groups=()
+depends=()
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgname-$pkgver.tar.gz)
+noextract=()
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: hunspell-de/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list