summaryrefslogtreecommitdiffstats
path: root/extra/libiodbc/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-13 21:09:40 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-13 21:09:40 +0100
commitf4679c2289081dee627abe26c120c2707f6a800e (patch)
treef1421c96fcab8180cf57f0fa4f95efef3b521c32 /extra/libiodbc/Pkgfile
parentc984f1658e564f4853464da096a7dfa322621d08 (diff)
downloadnutyx-pakxe-f4679c2289081dee627abe26c120c2707f6a800e.tar.gz
nutyx-pakxe-f4679c2289081dee627abe26c120c2707f6a800e.tar.bz2
nutyx-pakxe-f4679c2289081dee627abe26c120c2707f6a800e.tar.xz
nutyx-pakxe-f4679c2289081dee627abe26c120c2707f6a800e.zip
libiodbc, déplacé dans base et mise à jour des dépendances
Diffstat (limited to 'extra/libiodbc/Pkgfile')
-rw-r--r--extra/libiodbc/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/libiodbc/Pkgfile b/extra/libiodbc/Pkgfile
deleted file mode 100644
index a3971ec87..000000000
--- a/extra/libiodbc/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Independent Open DataBase Connectivity for Linux
-# URL: http://www.iodbc.org
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: glibc
-
-name=libiodbc
-version=3.52.7
-release=1
-source=(http://downloads.sourceforge.net/sourceforge/iodbc/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --disable-static \
- --includedir=/usr/include/libiodbc \
- --disable-gui \
- --disable-libodbc
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/libiodbc/
-}
-