diff options
author | tnut <tnut at nutyx dot com> | 2012-04-03 20:48:19 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-04-03 20:48:19 +0200 |
commit | a0c5d05b9a0238d365211b11f70994e697686e05 (patch) | |
tree | 341594d594599ffa97377687457ca64b822dac27 /unixodbc/Pkgfile | |
parent | f0636ecbaad92e03e7db5aa5034ef4d6d06e4cc8 (diff) | |
download | nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.tar.gz nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.tar.bz2 nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.tar.xz nutyx-pakxe-a0c5d05b9a0238d365211b11f70994e697686e05.zip |
ajout dépendances
Diffstat (limited to 'unixodbc/Pkgfile')
-rw-r--r-- | unixodbc/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unixodbc/Pkgfile b/unixodbc/Pkgfile new file mode 100644 index 000000000..5a7febc52 --- /dev/null +++ b/unixodbc/Pkgfile @@ -0,0 +1,16 @@ +# 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 +} |