void-packages/srcpkgs/beanstalkd/template

27 lines
726 B
Bash
Raw Normal View History

# Template file for 'beanstalkd'
pkgname=beanstalkd
2015-05-09 14:05:11 +00:00
version=1.10
revision=2
build_pie=yes
short_desc="A simple, fast, general-purpose work queue"
2015-05-09 14:05:11 +00:00
maintainer="bougyman <bougyman@voidlinux.eu>"
license="MIT"
homepage="http://kr.github.io/beanstalkd/"
distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz"
checksum=923b1e195e168c2a91adcc75371231c26dcf23868ed3e0403cd4b1d662a52d59
system_accounts="beanstalkd"
replaces="beanstalk>=0"
2015-05-09 14:05:11 +00:00
do_build() {
sed -i 's,sys/fcntl.h,fcntl.h,' sd-daemon.c
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejosbs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vman doc/beanstalkd.1
2015-05-09 14:05:11 +00:00
vdoc README
vdoc doc/protocol.txt
vlicense LICENSE
2015-05-09 14:05:11 +00:00
vsv beanstalkd
}