summaryrefslogtreecommitdiffstats
path: root/extra/unixodbc/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-23 00:36:47 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-23 00:36:47 +0100
commit325b70faaf5853f803573fac44d7dd9616004c64 (patch)
treefbe8fecef3dbbc43a3ccbb6e5aea7068ec58807b /extra/unixodbc/Pkgfile
parent9d14d8c206221d0d8ac721420b155eb9ccc9b5fa (diff)
downloadnutyx-extra-325b70faaf5853f803573fac44d7dd9616004c64.tar.gz
nutyx-extra-325b70faaf5853f803573fac44d7dd9616004c64.tar.bz2
nutyx-extra-325b70faaf5853f803573fac44d7dd9616004c64.tar.xz
nutyx-extra-325b70faaf5853f803573fac44d7dd9616004c64.zip
Ajout de unixodbc#2.2.14-1
Diffstat (limited to 'extra/unixodbc/Pkgfile')
-rw-r--r--extra/unixodbc/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/unixodbc/Pkgfile b/extra/unixodbc/Pkgfile
new file mode 100644
index 000000000..bd11e161c
--- /dev/null
+++ b/extra/unixodbc/Pkgfile
@@ -0,0 +1,17 @@
+# Description:
+# URL:
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=unixodbc
+version=2.2.14
+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
+}