summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3b5b12f5a3fe
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Benjamin Vanderford <hazor_at_swrpg_dot_info
+# Maintainer: respiranto <respiranto@icloud.com>
+pkgname=dict-freedict-fra-deu
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="French -> German dictionary for dictd from Freedict.org"
+arch=('any')
+url="http://www.freedict.org/"
+license=('GPL')
+depends=(dictd)
+install=dict-freedict-fra-deu.install
+source=("http://sourceforge.net/projects/freedict/files/French%20-%20German/$pkgver/freedict-fra-deu-$pkgver.tar.bz2")
+md5sums=('b90134466560207553649c319bd92278')
+
+package()
+{
+ mkdir -p $pkgdir/usr/share/dictd
+ cp $srcdir/fra-deu/fra-deu.{dict.dz,index} $pkgdir/usr/share/dictd/
+}