[arch-commits] Commit in (8 files)
Ionut Biru
ibiru at archlinux.org
Thu Dec 30 20:00:06 UTC 2010
Date: Thursday, December 30, 2010 @ 15:00:05
Author: ibiru
Revision: 104208
add hyphen-ro mythes-ro packages
Added:
hyphen-ro/
hyphen-ro/repos/
hyphen-ro/trunk/
hyphen-ro/trunk/PKGBUILD
mythes-ro/
mythes-ro/repos/
mythes-ro/trunk/
mythes-ro/trunk/PKGBUILD
--------------------------+
hyphen-ro/trunk/PKGBUILD | 29 +++++++++++++++++++++++++++++
mythes-ro/trunk/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
Added: hyphen-ro/trunk/PKGBUILD
===================================================================
--- hyphen-ro/trunk/PKGBUILD (rev 0)
+++ hyphen-ro/trunk/PKGBUILD 2010-12-30 20:00:05 UTC (rev 104208)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=hyphen-ro
+pkgver=3.3.6
+pkgrel=1
+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
+}
Property changes on: hyphen-ro/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
Added: mythes-ro/trunk/PKGBUILD
===================================================================
--- mythes-ro/trunk/PKGBUILD (rev 0)
+++ mythes-ro/trunk/PKGBUILD 2010-12-30 20:00:05 UTC (rev 104208)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mythes-ro
+pkgver=3.3
+pkgrel=1
+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.dat"
+ install -m644 th_ro_RO.idx "${pkgdir}/usr/share/mythes/th_ro_RO.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
+}
Property changes on: mythes-ro/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the arch-commits
mailing list