summaryrefslogtreecommitdiffstats
path: root/orbit2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'orbit2/Pkgfile')
-rw-r--r--orbit2/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/orbit2/Pkgfile b/orbit2/Pkgfile
deleted file mode 100644
index dda246e..0000000
--- a/orbit2/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: ORB CORBA leger et rapide.
-# URL: http://www.gnome.org
-# Maintainer: NuTyX GNOME team
-# Packager: b at juglas dot name
-# Depends on: libidl
-# Run on: libidl
-
-name=orbit2
-version=2.14.19
-release=1
-source=(http://download.gnome.org/sources/ORBit2/2.14/ORBit2-$version.tar.bz2)
-
-build() {
- cd ORBit2-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --disable-static
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/gtk-doc/
-}
-