22 lines
619 B
Bash
22 lines
619 B
Bash
# Template file for 'spiped'
|
|
pkgname=spiped
|
|
version=1.6.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
makedepends="openssl-devel"
|
|
short_desc="Spiped secure pipe daemon"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://www.tarsnap.com/spiped.html"
|
|
distfiles="http://www.tarsnap.com/spiped/spiped-${version}.tgz"
|
|
checksum=8d7089979db79a531a0ecc507b113ac6f2cf5f19305571eff1d3413e0ab33713
|
|
|
|
pre_build() {
|
|
export LDADD_EXTRA="$LDFLAGS"
|
|
}
|
|
do_install() {
|
|
vmkdir usr/bin
|
|
vmkdir usr/share/man/man1
|
|
make BINDIR=${DESTDIR}/usr/bin MAN1DIR=${DESTDIR}/usr/share/man/man1 install
|
|
vlicense COPYRIGHT
|
|
}
|