summaryrefslogtreecommitdiffstats
path: root/aspell-fr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'aspell-fr/Pkgfile')
-rwxr-xr-xaspell-fr/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/aspell-fr/Pkgfile b/aspell-fr/Pkgfile
new file mode 100755
index 000000000..ce484ed07
--- /dev/null
+++ b/aspell-fr/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Dictionnaire francais pour Aspell
+# URL: http://aspell.net
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: aspell
+# Run on:
+
+name=aspell-fr
+version=0.50.3
+_version=0.50-3
+release=1
+source=( ftp://ftp.gnu.org/gnu/aspell/dict/fr/$name-$_version.tar.bz2)
+
+build() {
+ cd $name-$_version
+ ./configure
+ make
+ make DESTDIR=$PKG install
+}
+