summaryrefslogtreecommitdiffstats
path: root/at-spi2-core/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'at-spi2-core/Pkgfile')
-rwxr-xr-xat-spi2-core/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/at-spi2-core/Pkgfile b/at-spi2-core/Pkgfile
new file mode 100755
index 0000000..7dca3a0
--- /dev/null
+++ b/at-spi2-core/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Assistive Technology Service Provider Interface
+# URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: dbus-glib, xorg-libxtst, gobject-introspection, intltool
+# Run on: dbus-glib,xorg-libxtst
+
+name=at-spi2-core
+version=2.1.90
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/$name \
+ --sysconfdir=/etc \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/gtk-doc
+}