summaryrefslogtreecommitdiffstats
path: root/libidl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libidl/Pkgfile')
-rwxr-xr-xlibidl/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libidl/Pkgfile b/libidl/Pkgfile
new file mode 100755
index 000000000..1e9c570cd
--- /dev/null
+++ b/libidl/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Contient les librairies pour CORBA
+# URL: http://www.gnome.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on : glib
+
+name=libidl
+version=0.8.14
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$version.tar.gz)
+
+
+build() {
+cd libIDL-$version
+./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+rm $PKG/usr/share/info/dir
+}
+