summaryrefslogtreecommitdiffstats
path: root/gnome/gail/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-11 21:18:13 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-11 21:18:13 +0100
commit8c3523eb17006907f939d1d762c3ae514a0227c3 (patch)
treee25853141d39de14e381c6bb417791dcbc6abe14 /gnome/gail/Pkgfile
parent0db497e1c9d84595beafe1baac4188e07bfbb54d (diff)
downloadnutyx-pakxe-8c3523eb17006907f939d1d762c3ae514a0227c3.tar.gz
nutyx-pakxe-8c3523eb17006907f939d1d762c3ae514a0227c3.tar.bz2
nutyx-pakxe-8c3523eb17006907f939d1d762c3ae514a0227c3.tar.xz
nutyx-pakxe-8c3523eb17006907f939d1d762c3ae514a0227c3.zip
suppression de gail
Diffstat (limited to 'gnome/gail/Pkgfile')
-rw-r--r--gnome/gail/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnome/gail/Pkgfile b/gnome/gail/Pkgfile
deleted file mode 100644
index 864647e95..000000000
--- a/gnome/gail/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Fournit le support d'accès à GTK+ et à la librairie libgnomecanvas
-# URL: http://www.gnome.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libgnomecanvas
-
-name=gail
-version=1.22.3
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/1.22/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$GNOME_PREFIX
- make
- make DESTDIR=$PKG install
- rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
-
-}