mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
spiped: update to 1.6.2.
This commit is contained in:
parent
98fee5712d
commit
af13f92552
1 changed files with 8 additions and 4 deletions
|
@ -1,18 +1,22 @@
|
||||||
# Template file for 'spiped'
|
# Template file for 'spiped'
|
||||||
pkgname=spiped
|
pkgname=spiped
|
||||||
version=1.6.1
|
version=1.6.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Spiped secure pipe daemon"
|
short_desc="Spiped secure pipe daemon"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://www.tarsnap.com/spiped.html"
|
homepage="http://www.tarsnap.com/spiped.html"
|
||||||
distfiles="http://www.tarsnap.com/spiped/spiped-${version}.tgz"
|
distfiles="http://www.tarsnap.com/spiped/spiped-${version}.tgz"
|
||||||
checksum=8d7089979db79a531a0ecc507b113ac6f2cf5f19305571eff1d3413e0ab33713
|
checksum=05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
export LDADD_EXTRA="$LDFLAGS"
|
export LDADD_EXTRA="$LDFLAGS"
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
# needs special -march
|
||||||
|
aarch64*) echo '#define CPUSUPPORT_NONE 1' > cpusupport-config.h;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue