summaryrefslogtreecommitdiff
path: root/at-spi2-core/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'at-spi2-core/Pkgfile')
-rw-r--r--at-spi2-core/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/at-spi2-core/Pkgfile b/at-spi2-core/Pkgfile
new file mode 100644
index 000000000..5b2ef841a
--- /dev/null
+++ b/at-spi2-core/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Interface for atk
+# URL: http://developer.gnome.org/libatspi/
+# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
+# Depends on: dbus, glib
+
+name=at-spi2-core
+version=2.6.2
+release=2
+source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.6/at-spi2-core-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --libexecdir=/usr/lib/at-spi2 --disable-nls
+ make
+ make DESTDIR=$PKG install
+
+ rm -r $PKG/usr/share/gtk-doc
+}

Generated by cgit