diff options
author | Alexandr Savca <alexandr.savca89@gmail.com> | 2020-11-23 15:44:37 +0200 |
---|---|---|
committer | Alexandr Savca <alexandr.savca89@gmail.com> | 2020-11-23 16:03:39 +0200 |
commit | d9f0f4a11e732f64f760200b332814d5dd82faed (patch) | |
tree | 24b6864497431641c8e836c9abc59f92c975d4d2 /aspell-ro/Pkgfile | |
parent | 564f600c6eaabde7351e7cb9c870e07e99741377 (diff) | |
download | contrib-d9f0f4a11e732f64f760200b332814d5dd82faed.tar.gz contrib-d9f0f4a11e732f64f760200b332814d5dd82faed.tar.xz |
aspell-ro: initial commit, v3.3-2
Diffstat (limited to 'aspell-ro/Pkgfile')
-rw-r--r-- | aspell-ro/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/aspell-ro/Pkgfile b/aspell-ro/Pkgfile new file mode 100644 index 000000000..7d6b9265e --- /dev/null +++ b/aspell-ro/Pkgfile @@ -0,0 +1,18 @@ +# Description: Romanian dictionary for aspell +# URL: http://aspell.net +# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com +# Depends on: aspell + +name=aspell-ro +version=3.3-2 +release=1 +source=(http://mirrors.sunsite.dk/gnu/aspell/dict/ro/aspell5-ro-$version.tar.bz2) + +build () { + cd aspell5-ro-$version + + ./configure + + make + make DESTDIR=$PKG install +} |