summaryrefslogtreecommitdiffstats
path: root/extra/gtkspell
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:09:25 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:09:25 +0200
commit630df7caa8504dbeb8e86b7125611aabb82ab4fb (patch)
treec7ec0363e480928f892434d8b50efafc9df95a18 /extra/gtkspell
parent688c6e35282795dac70c39ccc6d83db64bb2ae78 (diff)
downloadnutyx-pakxe-630df7caa8504dbeb8e86b7125611aabb82ab4fb.tar.gz
nutyx-pakxe-630df7caa8504dbeb8e86b7125611aabb82ab4fb.tar.bz2
nutyx-pakxe-630df7caa8504dbeb8e86b7125611aabb82ab4fb.tar.xz
nutyx-pakxe-630df7caa8504dbeb8e86b7125611aabb82ab4fb.zip
Ajout de gtkspell#2.0.14-1
Diffstat (limited to 'extra/gtkspell')
-rw-r--r--extra/gtkspell/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/gtkspell/Pkgfile b/extra/gtkspell/Pkgfile
new file mode 100644
index 000000000..bc59bc5d0
--- /dev/null
+++ b/extra/gtkspell/Pkgfile
@@ -0,0 +1,18 @@
+# $Id: build,v 1.5 2008/08/30 19:47:51 linda Exp root $
+# Description: Highlighting and replacement of misspelled words
+# URL: http://gtkspell.sourceforge.net/
+# Packager: Floreal Cabares, cabaflo at wanadoo dot fr
+# Depends on: gtk, aspell, enchant
+
+name=gtkspell
+version=2.0.14
+release=1
+source=(http://gtkspell.sourceforge.net/download/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+make
+make DESTDIR=$PKG install
+rm -rf $PKG/usr/share/gtk-doc
+}