daemonize: fix license
This commit is contained in:
parent
eebd328f09
commit
a5324ac2e3
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'daemonize'
|
||||
pkgname=daemonize
|
||||
version=1.7.8
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname-release-$version"
|
||||
build_style=gnu-configure
|
||||
make_install_args="INSTALL_SBIN=/usr/bin"
|
||||
short_desc="Run a program as a Unix daemon"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="BSD, MIT, Public Domain"
|
||||
license="BSD-3-Clause, MIT, Public Domain"
|
||||
homepage="http://software.clapper.org/daemonize/daemonize.html"
|
||||
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
|
||||
checksum=20c4fc9925371d1ddf1b57947f8fb93e2036eb9ccc3b43a1e3678ea8471c4c60
|
||||
wrksrc="$pkgname-release-$version"
|
||||
|
||||
post_extract() {
|
||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in
|
||||
|
|
Loading…
Reference in New Issue