[arch-commits] Commit in hunspell-hu/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Sun Feb 19 00:44:31 UTC 2012


    Date: Saturday, February 18, 2012 @ 19:44:30
  Author: allan
Revision: 150625

archrelease: copy trunk to extra-any

Added:
  hunspell-hu/repos/extra-any/PKGBUILD
    (from rev 150624, hunspell-hu/trunk/PKGBUILD)
Deleted:
  hunspell-hu/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 33 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-19 00:43:33 UTC (rev 150624)
+++ PKGBUILD	2012-02-19 00:44:30 UTC (rev 150625)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=hunspell-hu
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Hungarian hunspell dictionary"
-arch=(any)
-url="http://extensions.services.openoffice.org/project/hu_dicts"
-license=('LGPL' 'GPL' 'MPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt)
-md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  cp -p hu_HU.dic hu_HU.aff $pkgdir/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-    for file in $pkgdir/usr/share/hunspell/*; do
-      ln -sv /usr/share/hunspell/$(basename $file) .
-    done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname
-}
-

Copied: hunspell-hu/repos/extra-any/PKGBUILD (from rev 150624, hunspell-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-19 00:44:30 UTC (rev 150625)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=hunspell-hu
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="Hungarian hunspell dictionary"
+arch=('any')
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt)
+md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
+
+
+package() {
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 -t $pkgdir/usr/share/hunspell hu_HU.dic hu_HU.aff
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/hunspell/*; do
+      ln -sv /usr/share/hunspell/$(basename $file) .
+    done
+  popd
+  
+  # docs
+  install -Dm644 README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hu_HU.txt
+}
+




More information about the arch-commits mailing list