summaryrefslogtreecommitdiffstats
path: root/unixodbc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'unixodbc/Pkgfile')
-rw-r--r--unixodbc/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/unixodbc/Pkgfile b/unixodbc/Pkgfile
new file mode 100644
index 000000000..5a7febc52
--- /dev/null
+++ b/unixodbc/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Implémentation libre permettant une application pour accéder aux données via odbc
+# URL: http://www.unixodbc.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=unixodbc
+version=2.3.0
+release=1
+source=(http://www.unixodbc.org/unixODBC-$version.tar.gz)
+build() {
+cd unixODBC-$version
+./configure --prefix=/usr --sysconfdir=/etc \
+--enable-gui=no
+make
+make DESTDIR=$PKG install
+}