mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
parent
c5fd75cafc
commit
4ea130e779
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'freetds'
|
||||
pkgname=freetds
|
||||
version=1.1.26
|
||||
revision=2
|
||||
version=1.3.10
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/freetds --with-unixodbc=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,8 +11,11 @@ short_desc="Open source implementation of the Tabular Data Stream protocol"
|
|||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://www.freetds.org/"
|
||||
distfiles="https://www.freetds.org/files/stable/freetds-${version}.tar.gz"
|
||||
checksum=a2134ff1852003c0aeed82bd5f7842233ff287c3a14252b84d2653983aff7da1
|
||||
changelog="https://raw.githubusercontent.com/FreeTDS/freetds/master/NEWS.md"
|
||||
distfiles="https://www.freetds.org/files/stable/freetds-${version}.tar.bz2"
|
||||
checksum=819aeaf7feaa1bfdbc2213f81ad067061dd4c56245996a4e2b529d87296a5d63
|
||||
# Some tests require connection to a server.
|
||||
make_check=no
|
||||
|
||||
conf_files="/etc/freetds/freetds.conf
|
||||
/etc/freetds/locales.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue