summaryrefslogtreecommitdiffstats
path: root/unixodbc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-25 21:09:07 +0000
committerpiernov <piernov@piernov.org>2012-05-25 21:09:07 +0000
commitd6b0c61309ef69e26896e0e8d30fc69817d5daab (patch)
tree70bc5bb9dbf5b8468a2ce8b523ff55f1e68e9cdf /unixodbc/Pkgfile
parent5339d369d4a668969406a6c941fe4aa76898893d (diff)
downloadnutyx-extra-d6b0c61309ef69e26896e0e8d30fc69817d5daab.tar.gz
nutyx-extra-d6b0c61309ef69e26896e0e8d30fc69817d5daab.tar.bz2
nutyx-extra-d6b0c61309ef69e26896e0e8d30fc69817d5daab.tar.xz
nutyx-extra-d6b0c61309ef69e26896e0e8d30fc69817d5daab.zip
unixodbc 2.3.1-1 màj port
Diffstat (limited to 'unixodbc/Pkgfile')
-rw-r--r--unixodbc/Pkgfile14
1 files changed, 8 insertions, 6 deletions
diff --git a/unixodbc/Pkgfile b/unixodbc/Pkgfile
index 5a7febc52..92c79105e 100644
--- a/unixodbc/Pkgfile
+++ b/unixodbc/Pkgfile
@@ -4,13 +4,15 @@
# Packager: thierryn1 at hispeed dot ch
name=unixodbc
-version=2.3.0
+version=2.3.1
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
+ cd unixODBC-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-gui=no
+ make
+ make DESTDIR=$PKG install
}