summaryrefslogtreecommitdiffstats
path: root/base/libidl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-01 16:33:00 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-01 16:33:00 +0100
commitd93e707006a42058740c1954a02527bdbddbab9e (patch)
tree0b2d5b9eb117ff272dc3c59f1a472d4284518653 /base/libidl/Pkgfile
parente8c46c1cc1cc2576358f2c264669cc786d1e3ba5 (diff)
parentd1bbb7d073525094c5e745485f9cd91ea69c81cb (diff)
downloadnutyx-extra-d93e707006a42058740c1954a02527bdbddbab9e.tar.gz
nutyx-extra-d93e707006a42058740c1954a02527bdbddbab9e.tar.bz2
nutyx-extra-d93e707006a42058740c1954a02527bdbddbab9e.tar.xz
nutyx-extra-d93e707006a42058740c1954a02527bdbddbab9e.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/libidl/Pkgfile')
-rwxr-xr-xbase/libidl/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/libidl/Pkgfile b/base/libidl/Pkgfile
new file mode 100755
index 000000000..1407c8a7f
--- /dev/null
+++ b/base/libidl/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Contient les librairies pour CORBA
+# URL: http://www.gnome.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libidl
+version=0.8.13
+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
+}
+