summaryrefslogtreecommitdiffstats
path: root/extra/libiodbc/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-15 16:28:35 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-15 16:28:35 +0100
commit0ccedd9a66979af592db57882bbe2fa0d746aea9 (patch)
treea533d558315131dcb67381b3eab2b4736b0a6268 /extra/libiodbc/Pkgfile
parent70c5aba3306407f6d324ff6ba48907ac9ac5f820 (diff)
parent6004cda4c59be4c34beaf6ad4132bad445735857 (diff)
downloadnutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.tar.gz
nutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.tar.bz2
nutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.tar.xz
nutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.zip
Merge remote branch 'nutyx-2009/master'
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/
-}
-