daemonize: use http download instead of git.

Makes update check work with daemonize and verifies the source package.
This commit is contained in:
Enno Boland 2015-05-25 11:20:47 +02:00
parent 50c3632046
commit de713a295a
1 changed files with 3 additions and 8 deletions

View File

@ -3,15 +3,10 @@ pkgname=daemonize
version=1.7.5
revision=1
build_style=gnu-configure
hostmakedepends="git"
short_desc="Run a program as a Unix daemon"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="BSD, MIT, Public Domain"
homepage="http://software.clapper.org/daemonize/daemonize.html"
do_fetch() {
local url="git://github.com/bmc/daemonize"
msg_normal "Fetching source from $url ...\n"
git clone --branch release-${version} ${url} ${pkgname}-${version}
}
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
checksum="616220b8dc5721d93bd45e63b2617dbe07cd10a572da505405d64f640b98a06b"
wrksrc="$pkgname-release-$version"