summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/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 'extra/unixodbc/Pkgfile')
-rw-r--r--extra/unixodbc/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/unixodbc/Pkgfile b/extra/unixodbc/Pkgfile
deleted file mode 100644
index bd11e161c..000000000
--- a/extra/unixodbc/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}