From 7ee53c8f3b903be5d27a5bef13b5744c1a6cb20f Mon Sep 17 00:00:00 2001 From: sibel sibel Date: Sat, 13 Feb 2010 10:21:00 +0100 Subject: Ajour de libiodbc --- extra/libiodbc/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 extra/libiodbc/Pkgfile (limited to 'extra/libiodbc/Pkgfile') diff --git a/extra/libiodbc/Pkgfile b/extra/libiodbc/Pkgfile new file mode 100644 index 000000000..a3971ec87 --- /dev/null +++ b/extra/libiodbc/Pkgfile @@ -0,0 +1,23 @@ +# Description: Independent Open DataBase Connectivity for Linux +# URL: http://www.iodbc.org +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: glibc + +name=libiodbc +version=3.52.7 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/iodbc/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --disable-static \ + --includedir=/usr/include/libiodbc \ + --disable-gui \ + --disable-libodbc + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/libiodbc/ +} + -- cgit v1.2.3-70-g09d2