diff options
Diffstat (limited to 'extra/unixodbc/Pkgfile')
-rw-r--r-- | extra/unixodbc/Pkgfile | 17 |
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 -} |