python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / socat / template
blob0561ab016d70a13cb16e1b5dca417123dd7fd7dc
1 # Template file for 'socat'
2 pkgname=socat
3 version=1.7.3.2
4 revision=4
5 build_style=gnu-configure
6 configure_args="--disable-libwrap --enable-fips
7  ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9
8  sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4
9  ac_cv_ispeed_offset=13"
10 makedepends="readline-devel libressl-devel"
11 short_desc="Relay for bidirectional data transfer between two independent channels"
12 maintainer="Juan RP <xtraeme@voidlinux.eu>"
13 license="GPL-2"
14 homepage="http://www.dest-unreach.org/socat/"
15 distfiles="http://www.dest-unreach.org/socat/download/socat-$version.tar.bz2"
16 checksum=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251
18 case "$XBPS_TARGET_MACHINE" in
19         *-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
20 esac