[arch-commits] Commit in hyphen-ro/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at nymeria.archlinux.org
Sun Feb 3 06:11:59 UTC 2013


    Date: Sunday, February 3, 2013 @ 07:11:58
  Author: allan
Revision: 176961

archrelease: copy trunk to extra-any

Added:
  hyphen-ro/repos/extra-any/PKGBUILD
    (from rev 176960, hyphen-ro/trunk/PKGBUILD)
Deleted:
  hyphen-ro/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 06:11:12 UTC (rev 176960)
+++ PKGBUILD	2013-02-03 06:11:58 UTC (rev 176961)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=hyphen-ro
-pkgver=3.3.6
-pkgrel=2
-pkgdesc="Romanian hyphenation rules"
-arch=('any')
-url="http://sourceforge.net/projects/rospell/"
-license=('GPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://downloads.sourceforge.net/rospell/hyph_ro_RO.${pkgver}.zip)
-md5sums=('1f623974fda904ad828daaf01adf9ffa')
-
-build() {
-  cd "${srcdir}"
-
-  install -dm755 ${pkgdir}/usr/share/hyphen
-
-  install -m644 hyph_ro_RO.dic "${pkgdir}/usr/share/hyphen/hyph_ro_RO.dic"
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-    for file in $pkgdir/usr/share/hyphen/*; do
-      ln -sv /usr/share/hyphen/$(basename $file) .
-    done
-  popd
-}

Copied: hyphen-ro/repos/extra-any/PKGBUILD (from rev 176960, hyphen-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-03 06:11:58 UTC (rev 176961)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=hyphen-ro
+pkgver=3.3.6
+pkgrel=3
+pkgdesc="Romanian hyphenation rules"
+arch=('any')
+url="http://sourceforge.net/projects/rospell/"
+license=('GPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://downloads.sourceforge.net/rospell/hyph_ro_RO.${pkgver}.zip)
+md5sums=('1f623974fda904ad828daaf01adf9ffa')
+
+package() {
+  cd "${srcdir}"
+
+  install -dm755 ${pkgdir}/usr/share/hyphen
+
+  install -m644 hyph_ro_RO.dic "${pkgdir}/usr/share/hyphen/hyph_ro_RO.dic"
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/hyphen/*; do
+      ln -sv /usr/share/hyphen/$(basename $file) .
+    done
+  popd
+}




More information about the arch-commits mailing list