daemonize: use http download instead of git.
Makes update check work with daemonize and verifies the source package.
This commit is contained in:
parent
50c3632046
commit
de713a295a
1 changed files with 3 additions and 8 deletions
|
@ -3,15 +3,10 @@ pkgname=daemonize
|
||||||
version=1.7.5
|
version=1.7.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Run a program as a Unix daemon"
|
short_desc="Run a program as a Unix daemon"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="BSD, MIT, Public Domain"
|
license="BSD, MIT, Public Domain"
|
||||||
homepage="http://software.clapper.org/daemonize/daemonize.html"
|
homepage="http://software.clapper.org/daemonize/daemonize.html"
|
||||||
|
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
|
||||||
|
checksum="616220b8dc5721d93bd45e63b2617dbe07cd10a572da505405d64f640b98a06b"
|
||||||
do_fetch() {
|
wrksrc="$pkgname-release-$version"
|
||||||
local url="git://github.com/bmc/daemonize"
|
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone --branch release-${version} ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue