summaryrefslogtreecommitdiffstats
path: root/extra/scim/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/scim/Pkgfile')
-rw-r--r--extra/scim/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/scim/Pkgfile b/extra/scim/Pkgfile
new file mode 100644
index 000000000..e38da8c2a
--- /dev/null
+++ b/extra/scim/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Methode de saisie
+# URL: http://www.scim-im.org/projects/scim
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: gtk, intltool
+
+name=scim
+version=1.4.9
+release=1
+
+source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
+ scim-gcc45.patch)
+
+build () {
+ cd $name-$version
+
+ patch -Np1 -i $SRC/scim-gcc45.patch
+
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --with-gnu-ld --with-x --disable-static
+ make
+ make DESTDIR=$PKG install
+}