diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2016-06-02 18:31:49 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2016-06-02 18:31:49 -0400 |
commit | b5b9c72ea9fc05600bfcab6569ce89ca2185d19d (patch) | |
tree | fc92b97e871bd08979ef19467f61df82944823a9 /pcr/apertium/apertium-eo-fr | |
parent | 1e4284afcc1c32026ff03c8919ec8328b8f06bf9 (diff) |
import more apertium files
Diffstat (limited to 'pcr/apertium/apertium-eo-fr')
-rw-r--r-- | pcr/apertium/apertium-eo-fr/Makefile.am.patch | 15 | ||||
-rw-r--r-- | pcr/apertium/apertium-eo-fr/PKGBUILD | 5 |
2 files changed, 20 insertions, 0 deletions
diff --git a/pcr/apertium/apertium-eo-fr/Makefile.am.patch b/pcr/apertium/apertium-eo-fr/Makefile.am.patch new file mode 100644 index 000000000..98535465d --- /dev/null +++ b/pcr/apertium/apertium-eo-fr/Makefile.am.patch @@ -0,0 +1,15 @@ +--- apertium-eo-fr-0.9.0/Makefile.am.orig 2011-05-28 13:14:57.955419683 +0400 ++++ apertium-eo-fr-0.9.0/Makefile.am 2011-05-28 13:16:12.248463272 +0400 +@@ -90,9 +90,9 @@ + + install-data-local: + apertium-gen-modes modes.xml apertium-$(PREFIX1) +- $(INSTALL_DATA) $(PREFIX1).mode $(apertium_eo_camodesdir) +- $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).antaux1_t2x $(BASENAME).$(PREFIX1).antaux2_t2x $(BASENAME).$(PREFIX1).antaux3_t2x $(BASENAME).$(PREFIX1).antaux4_t2x $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX1).post_t2x $(apertium_eo_cadir) +- $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x $(apertium_eo_cadir) ++ $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_eo_camodesdir) ++ $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).antaux1_t2x $(BASENAME).$(PREFIX1).antaux2_t2x $(BASENAME).$(PREFIX1).antaux3_t2x $(BASENAME).$(PREFIX1).antaux4_t2x $(BASENAME).$(PREFIX1).t2x $(BASENAME).$(PREFIX1).post_t2x $(DESTDIR)$(apertium_eo_cadir) ++ $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x $(DESTDIR)$(apertium_eo_cadir) + + + # $(INSTALL_DATA) $(PREFIX2)-pn.mode $(apertium_es_modesdir) diff --git a/pcr/apertium/apertium-eo-fr/PKGBUILD b/pcr/apertium/apertium-eo-fr/PKGBUILD index 2f516854c..ecd460bf0 100644 --- a/pcr/apertium/apertium-eo-fr/PKGBUILD +++ b/pcr/apertium/apertium-eo-fr/PKGBUILD @@ -24,4 +24,9 @@ build() { ./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 |