summaryrefslogtreecommitdiff
path: root/pcr/apertium/apertium-eo-es
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-20 19:16:04 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-20 19:16:04 +0100
commit9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2 (patch)
tree6c4b0c48e04eff116a476ade577eb2484132e292 /pcr/apertium/apertium-eo-es
parent1f2e04ab21753fc2764036aa3c62f4ee6d73dece (diff)
downloadabslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.tar.gz
abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.tar.bz2
abslibre-9773bdc3e83c18ec2dcf1b4e8d59bac68b5a70d2.zip
pcr/apertium: updated to 3.4.2
Diffstat (limited to 'pcr/apertium/apertium-eo-es')
-rw-r--r--pcr/apertium/apertium-eo-es/Makefile.am.patch37
-rw-r--r--pcr/apertium/apertium-eo-es/PKGBUILD37
-rw-r--r--pcr/apertium/apertium-eo-es/configure.ac.patch19
3 files changed, 0 insertions, 93 deletions
diff --git a/pcr/apertium/apertium-eo-es/Makefile.am.patch b/pcr/apertium/apertium-eo-es/Makefile.am.patch
deleted file mode 100644
index fa88a4edf..000000000
--- a/pcr/apertium/apertium-eo-es/Makefile.am.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- ../apertium-eo-es-1.0.0/Makefile.am 2009-11-18 19:58:26.000000000 +0100
-+++ apertium-eo-es-1.0.0/Makefile.am 2010-09-15 15:28:18.000000000 +0200
-@@ -32,7 +32,7 @@
- $(PREFIX1).autogen.bin: $(BASENAME).$(LANG1).dix
- apertium-validate-dictionary $(BASENAME).$(LANG1).dix
- lt-comp rl $(BASENAME).$(LANG1).dix $@
--
-+
- $(BASENAME).$(LANG1).dix.translit: $(BASENAME).$(LANG1).dix
- ./transliterate.sh $(BASENAME).$(LANG1).dix >$@
-
-@@ -43,7 +43,7 @@
- $(PREFIX1).autopgen.bin: $(BASENAME).post-$(LANG1).dix
- apertium-validate-dictionary $(BASENAME).post-$(LANG1).dix
- lt-comp lr $(BASENAME).post-$(LANG1).dix $@
--
-+
- $(BASENAME).post-$(LANG1).dix.translit: $(BASENAME).post-$(LANG1).dix
- ./transliterate.sh $(BASENAME).post-$(LANG1).dix >$@
-
-@@ -121,11 +121,11 @@
-
- install-data-local:
- apertium-gen-modes modes.xml apertium-$(PREFIX1)
-- $(INSTALL_DATA) $(PREFIX1).mode $(apertium_eo_esmodesdir)
-- $(INSTALL_DATA) $(PREFIX2).mode $(apertium_eo_esmodesdir)
-- $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x $(apertium_eo_esdir)
-- $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX1).t1x.translit $(apertium_eo_esdir)
-- $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t2x.translit $(BASENAME).$(PREFIX1).t3x.translit $(apertium_eo_esdir)
-+ $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_eo_esmodesdir)
-+ $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_eo_esmodesdir)
-+ $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x $(DESTDIR)$(apertium_eo_esdir)
-+ $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x $(BASENAME).$(PREFIX1).t1x.translit $(DESTDIR)$(apertium_eo_esdir)
-+ $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t2x.translit $(BASENAME).$(PREFIX1).t3x.translit $(DESTDIR)$(apertium_eo_esdir)
-
-
- CLEANFILES = -rf $(TARGETS) *.translit modes
diff --git a/pcr/apertium/apertium-eo-es/PKGBUILD b/pcr/apertium/apertium-eo-es/PKGBUILD
deleted file mode 100644
index 83f5986eb..000000000
--- a/pcr/apertium/apertium-eo-es/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
-# Maintainer: Kevin Brubeck Unhammer <unhammer@gmail.com>
-pkgname=apertium-eo-es
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Apertium language data for the Esperanto-Spanish translator."
-url="http://apertium.org"
-license=('GPL')
-makedepends=('pkgconfig')
-depends=('lttoolbox>=3.0' 'apertium>=3.0')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/apertium/${pkgname}-${pkgver}.tar.gz"
- "Makefile.am.patch"
- "configure.ac.patch")
-md5sums=('92db1e1e1cae12b93f300dbb1f1138c0'
- 'd543d8d7c17fedd791b38a1694defdb3'
- 'd9c2eeea53f85b61b8a225310cca9cd7')
-
-build() {
- patch -p0 < Makefile.am.patch
- patch -p0 < configure.ac.patch
-
- mkdir -p "$pkgdir/usr/share/apertium/modes"
-
- cd "$srcdir/$pkgname-$pkgver"
-
- autoreconf -i
-
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir/" install || return 1
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
diff --git a/pcr/apertium/apertium-eo-es/configure.ac.patch b/pcr/apertium/apertium-eo-es/configure.ac.patch
deleted file mode 100644
index 73dc6b592..000000000
--- a/pcr/apertium/apertium-eo-es/configure.ac.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../apertium-eo-es-1.0.0/configure.ac 2009-11-18 19:58:54.000000000 +0100
-+++ apertium-eo-es-1.0.0/configure.ac 2010-09-21 15:57:51.560738783 +0200
-@@ -19,8 +19,14 @@
- APERTIUM_VER=30
- ],
- [
-- PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
-- APERTIUM_VER=31
-+ PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0,
-+ [
-+ APERTIUM_VER=31
-+ ],
-+ [
-+ PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
-+ APERTIUM_VER=32
-+ ])
- ])
- AC_SUBST(APERTIUM_VER)
- ])