summaryrefslogtreecommitdiffstats
path: root/gnome/at-spi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/at-spi/Pkgfile')
-rwxr-xr-xgnome/at-spi/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnome/at-spi/Pkgfile b/gnome/at-spi/Pkgfile
deleted file mode 100755
index 2c76c1c07..000000000
--- a/gnome/at-spi/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Assistive Technology Service Provider Interface
-# URL: http://developer.gnome.org/projects/gap/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, libbonobo, orbit2, gconf
-# Run on: gtk,libbonobo,orbit2,gconf
-# Group: gnome/platform
-
-name=at-spi
-version=1.32.0
-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
-}