mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
beanstalk: renamed to beanstalkd; fixed musl build.
This commit is contained in:
parent
8ca073e9d9
commit
00989db180
3 changed files with 10 additions and 8 deletions
|
@ -1,11 +1,8 @@
|
||||||
# Template file for 'beanstalk'
|
# Template file for 'beanstalkd'
|
||||||
pkgname=beanstalk
|
pkgname=beanstalkd
|
||||||
version=1.10
|
version=1.10
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
short_desc="A simple, fast, general-purpose work queue"
|
||||||
wrksrc="beanstalkd-${version}"
|
|
||||||
only_for_archs="x86_64 i686 armv7hf armv6hf"
|
|
||||||
short_desc="A simple, fast work queue"
|
|
||||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://kr.github.io/beanstalkd/"
|
homepage="http://kr.github.io/beanstalkd/"
|
||||||
|
@ -13,7 +10,12 @@ distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz"
|
||||||
checksum=923b1e195e168c2a91adcc75371231c26dcf23868ed3e0403cd4b1d662a52d59
|
checksum=923b1e195e168c2a91adcc75371231c26dcf23868ed3e0403cd4b1d662a52d59
|
||||||
system_accounts="beanstalkd"
|
system_accounts="beanstalkd"
|
||||||
|
|
||||||
post_install() {
|
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
|
||||||
vdoc README
|
vdoc README
|
||||||
vsv beanstalkd
|
vsv beanstalkd
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue