summaryrefslogtreecommitdiffstats
path: root/gnome/at-spi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-11 21:17:13 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-11 21:17:13 +0100
commit0db497e1c9d84595beafe1baac4188e07bfbb54d (patch)
tree656f1fba1e625cd2f61d8c2982e3e71a74504ed3 /gnome/at-spi/Pkgfile
parent7946295b3dd79cf42321ce49d97478a7e7bbc602 (diff)
downloadnutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.tar.gz
nutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.tar.bz2
nutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.tar.xz
nutyx-extra-0db497e1c9d84595beafe1baac4188e07bfbb54d.zip
maj at-spi#1.28.1-1
Diffstat (limited to 'gnome/at-spi/Pkgfile')
-rwxr-xr-xgnome/at-spi/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome/at-spi/Pkgfile b/gnome/at-spi/Pkgfile
new file mode 100755
index 000000000..d1d709e46
--- /dev/null
+++ b/gnome/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.28.1
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --libexecdir=$GNOME_PREFIX/lib/$name \
+ --sysconfdir=/etc \
+ --disable-gtk-doc
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/$GNOME_PREFIX/share/doc
+}