summaryrefslogtreecommitdiff
path: root/gtkspell
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-07-07 17:13:01 +1000
committerDanny Rawlins <monster.romster@gmail.com>2014-07-07 17:13:44 +1000
commit28ecaea73d168dcb97ff37da57b9ecb4a2d6efb9 (patch)
tree630fe80c4e407f0ed0c1f9fa5e594e9061369835 /gtkspell
parent88bbf3e274cbb46584576cb7ab6966eb53b17d59 (diff)
downloadcontrib-28ecaea73d168dcb97ff37da57b9ecb4a2d6efb9.tar.gz
contrib-28ecaea73d168dcb97ff37da57b9ecb4a2d6efb9.tar.xz
gtkspell: romster -> contrib
Diffstat (limited to 'gtkspell')
-rw-r--r--gtkspell/.footprint13
-rw-r--r--gtkspell/.md5sum1
-rw-r--r--gtkspell/Pkgfile28
3 files changed, 42 insertions, 0 deletions
diff --git a/gtkspell/.footprint b/gtkspell/.footprint
new file mode 100644
index 000000000..c89de0cf8
--- /dev/null
+++ b/gtkspell/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gtkspell-2.0/
+drwxr-xr-x root/root usr/include/gtkspell-2.0/gtkspell/
+-rw-r--r-- root/root usr/include/gtkspell-2.0/gtkspell/gtkspell.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgtkspell.a
+-rwxr-xr-x root/root usr/lib/libgtkspell.la
+lrwxrwxrwx root/root usr/lib/libgtkspell.so -> libgtkspell.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libgtkspell.so.0 -> libgtkspell.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libgtkspell.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/gtkspell-2.0.pc
diff --git a/gtkspell/.md5sum b/gtkspell/.md5sum
new file mode 100644
index 000000000..5ade0e2f0
--- /dev/null
+++ b/gtkspell/.md5sum
@@ -0,0 +1 @@
+f75dcc9338f182c571b321d37c606a94 gtkspell-2.0.16.tar.gz
diff --git a/gtkspell/Pkgfile b/gtkspell/Pkgfile
new file mode 100644
index 000000000..ca98c313a
--- /dev/null
+++ b/gtkspell/Pkgfile
@@ -0,0 +1,28 @@
+# Description: Spell checking utility for GTK+ applications.
+# URL: http://gtkspell.sourceforge.net/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
+# Depends on: aspell-en enchant xorg-libxcomposite gtk
+
+name=gtkspell
+version=2.0.16
+release=1
+source="http://gtkspell.sourceforge.net/download/$name-$version.tar.gz"
+up2date="http://sourceforge.net/projects/gtkspell/files/"
+
+build() {
+ cd $name-$version
+
+ rm -f $SRC/po/*.{po,gmo}
+
+ sed -i \
+ -e 's/USE_NLS=yes/USE_NLS=no/' \
+ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
+
+ sed -i -e 's/SUBDIRS = gtkspell examples docs po/SUBDIRS = gtkspell examples po/' Makefile.in
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+

Generated by cgit