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

Allan McRae allan at nymeria.archlinux.org
Sun Feb 3 06:13:09 UTC 2013


    Date: Sunday, February 3, 2013 @ 07:13:09
  Author: allan
Revision: 176963

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 06:12:25 UTC (rev 176962)
+++ PKGBUILD	2013-02-03 06:13:09 UTC (rev 176963)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=mythes-ro
-pkgver=3.3
-pkgrel=3
-pkgdesc="Romanian thesaurus"
-arch=('any')
-url="http://sourceforge.net/projects/rospell/"
-license=('GPL')
-optdepends=('libmythes: offers thesaurus library functions')
-source=(http://downloads.sourceforge.net/rospell/th_ro_RO.${pkgver}.zip)
-md5sums=('3ed53f2e3774fec2d6addd88c4ac7170')
-
-build() {
-  cd "${srcdir}"
-
-  install -dm755 ${pkgdir}/usr/share/mythes
-
-  install -m644 th_ro_RO.dat "${pkgdir}/usr/share/mythes/th_ro_RO_v2.dat"
-  install -m644 th_ro_RO.idx "${pkgdir}/usr/share/mythes/th_ro_RO_v2.idx"
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-    for file in $pkgdir/usr/share/mythes/*; do
-      ln -sv /usr/share/mythes/$(basename $file) .
-    done
-  popd
-}

Copied: mythes-ro/repos/extra-any/PKGBUILD (from rev 176962, mythes-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-03 06:13:09 UTC (rev 176963)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mythes-ro
+pkgver=3.3
+pkgrel=4
+pkgdesc="Romanian thesaurus"
+arch=('any')
+url="http://sourceforge.net/projects/rospell/"
+license=('GPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://downloads.sourceforge.net/rospell/th_ro_RO.${pkgver}.zip)
+md5sums=('3ed53f2e3774fec2d6addd88c4ac7170')
+
+package() {
+  cd "${srcdir}"
+
+  install -dm755 ${pkgdir}/usr/share/mythes
+
+  install -m644 th_ro_RO.dat "${pkgdir}/usr/share/mythes/th_ro_RO_v2.dat"
+  install -m644 th_ro_RO.idx "${pkgdir}/usr/share/mythes/th_ro_RO_v2.idx"
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/mythes/*; do
+      ln -sv /usr/share/mythes/$(basename $file) .
+    done
+  popd
+}




More information about the arch-commits mailing list