mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
daemonize: pass LDFLAGS, install license.
This commit is contained in:
parent
c048d781b0
commit
10cb4bf4e1
1 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'daemonize'
|
# Template file for 'daemonize'
|
||||||
pkgname=daemonize
|
pkgname=daemonize
|
||||||
version=1.7.7
|
version=1.7.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="INSTALL_SBIN=/usr/bin"
|
make_install_args="INSTALL_SBIN=/usr/bin"
|
||||||
short_desc="Run a program as a Unix daemon"
|
short_desc="Run a program as a Unix daemon"
|
||||||
|
@ -11,3 +11,10 @@ homepage="http://software.clapper.org/daemonize/daemonize.html"
|
||||||
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
|
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
|
||||||
checksum=b3cafea3244ed5015a3691456644386fc438102adbdc305af553928a185bea05
|
checksum=b3cafea3244ed5015a3691456644386fc438102adbdc305af553928a185bea05
|
||||||
wrksrc="$pkgname-release-$version"
|
wrksrc="$pkgname-release-$version"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue