summaryrefslogtreecommitdiffstats
path: root/extra/libiodbc/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-13 20:21:46 +0100
commit70c5aba3306407f6d324ff6ba48907ac9ac5f820 (patch)
tree06db45bb379b6083a6ef0888dfe19eaa3500a017 /extra/libiodbc/Pkgfile
parentaea876bbfefeda312fce05e91d0cdea58024af30 (diff)
parent758c18b17c044f88e0b1e21ee0f8aa613f9e4fed (diff)
downloadnutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.gz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.bz2
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.tar.xz
nutyx-extra-70c5aba3306407f6d324ff6ba48907ac9ac5f820.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/libiodbc/Pkgfile')
-rw-r--r--extra/libiodbc/Pkgfile23
1 files changed, 23 insertions, 0 deletions
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/
+}
+