1 # Template file for 'daemonize'
5 build_style=gnu-configure
6 make_install_args="INSTALL_SBIN=/usr/bin"
7 short_desc="Run a program as a Unix daemon"
8 maintainer="Andrea Brancaleoni <abc@pompel.me>"
9 license="BSD, MIT, Public Domain"
10 homepage="http://software.clapper.org/daemonize/daemonize.html"
11 distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
12 checksum=20c4fc9925371d1ddf1b57947f8fb93e2036eb9ccc3b43a1e3678ea8471c4c60
13 wrksrc="$pkgname-release-$version"
16 sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in