summaryrefslogtreecommitdiffstats
path: root/pygtksourceview/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pygtksourceview/Pkgfile')
-rw-r--r--pygtksourceview/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/pygtksourceview/Pkgfile b/pygtksourceview/Pkgfile
new file mode 100644
index 0000000..63214dc
--- /dev/null
+++ b/pygtksourceview/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Permet l'implémentation de code python dans des applications utilisant gtk
+# URL: http://www.pygtk.org/
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, gtksourceview, pygobject, pycairo, libglade, pygtk
+# Run on: gtk,gtksourceview,pygobject,pycairo,libglade,pygtk
+
+name=pygtksourceview
+version=2.10.1
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-docs
+ make
+ make DESTDIR=$PKG install
+}
+