summaryrefslogtreecommitdiffstats
path: root/extra/at-spi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/at-spi/Pkgfile')
-rwxr-xr-xextra/at-spi/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/at-spi/Pkgfile b/extra/at-spi/Pkgfile
new file mode 100755
index 000000000..0218e2191
--- /dev/null
+++ b/extra/at-spi/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Assistive Technology Service Provider Interface
+# URL: http://developer.gnome.org/projects/gap/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: gtk, libbonobo, orbit2, gconf
+# Group: gnome/platform
+
+name=at-spi
+version=1.26.0
+release=1
+gnomever=2.26.3
+source=(http://download.gnome.org/platform/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/$name \
+ --sysconfdir=/etc \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+}