unixodbc: update to 2.3.4

This commit is contained in:
Alessio Sergi 2015-09-03 01:29:03 +02:00
parent 4fd68ce559
commit 0e1de25876

View file

@ -1,6 +1,6 @@
# Template file for 'unixodbc'
pkgname=unixodbc
version=2.3.3
version=2.3.4
revision=1
wrksrc="unixODBC-${version}"
build_style=gnu-configure
@ -10,13 +10,13 @@ short_desc="Basic ODBC tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="http://www.unixodbc.org"
distfiles="http://www.unixodbc.org/unixODBC-${version}.tar.gz"
checksum=90a4d04962050113ffc6507094cce3d1770f84926f4c032f23892ce57df5d788
distfiles="ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${version}.tar.gz"
checksum=2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39
libodbc_package() {
short_desc="ODBC library for Unix"
pkg_install() {
vmove "usr/lib/*.so.*"
vmove usr/lib/*.so.*
}
}
unixodbc-devel_package() {
@ -24,6 +24,6 @@ unixodbc-devel_package() {
depends="libodbc-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/*.so
}
}