summaryrefslogtreecommitdiffstats
path: root/unixodbc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'unixodbc/Pkgfile')
-rw-r--r--unixodbc/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/unixodbc/Pkgfile b/unixodbc/Pkgfile
deleted file mode 100644
index 5a7febc52..000000000
--- a/unixodbc/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-}