summaryrefslogtreecommitdiffstats
path: root/base/unixodbc/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-30 21:43:24 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-30 21:43:24 +0200
commitdc1fcd4f8331993756c45a350b10c0755e778293 (patch)
tree416065b03a5bae13f4eaeda67014c4584c4b2409 /base/unixodbc/Pkgfile
parent736b7bc37429345044b899239340277b14b5f2c8 (diff)
downloadnutyx-extra-dc1fcd4f8331993756c45a350b10c0755e778293.tar.gz
nutyx-extra-dc1fcd4f8331993756c45a350b10c0755e778293.tar.bz2
nutyx-extra-dc1fcd4f8331993756c45a350b10c0755e778293.tar.xz
nutyx-extra-dc1fcd4f8331993756c45a350b10c0755e778293.zip
maj unixodbc#2.3.0-1
Diffstat (limited to 'base/unixodbc/Pkgfile')
-rw-r--r--base/unixodbc/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/base/unixodbc/Pkgfile b/base/unixodbc/Pkgfile
new file mode 100644
index 000000000..5a7febc52
--- /dev/null
+++ b/base/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
+}