summaryrefslogtreecommitdiff
path: root/unixodbc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'unixodbc/Pkgfile')
-rw-r--r--unixodbc/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/unixodbc/Pkgfile b/unixodbc/Pkgfile
new file mode 100644
index 000000000..e342a1fc3
--- /dev/null
+++ b/unixodbc/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Open Source ODBC (Open DataBase Connectivity) sub-system
+# URL: http://www.unixodbc.org
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libtool readline
+
+name=unixodbc
+version=2.3.7
+release=1
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz)
+
+build() {
+ cd unixODBC-$version
+ ./configure \
+ --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit