hsetroot: fix homepage=, switch to non-ftp mirror
This commit is contained in:
parent
b1345bca79
commit
9b2232c28e
1 changed files with 9 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template build file for 'hsetroot'.
|
||||
# Template file for 'hsetroot'
|
||||
pkgname=hsetroot
|
||||
version=1.0.2
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="hsetroot-${version}.orig"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
hostmakedepends="automake libtool pkgconf"
|
||||
makedepends="libX11-devel imlib2-devel"
|
||||
short_desc="A tool which changes X server wallpapers"
|
||||
short_desc="Tool which changes X server wallpapers"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.org>'
|
||||
license="GPL-2"
|
||||
homepage="http://www.thegraveyard.org/hsetroot.php"
|
||||
distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/hsetroot-${version}.tar.gz"
|
||||
checksum=d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://directory.fsf.org/wiki/Hsetroot"
|
||||
distfiles="${DEBIAN_SITE}/main/h/hsetroot/hsetroot_${version}.orig.tar.gz"
|
||||
checksum=597fe1175e590d54d0927095ce361c86ddef15ebc70a96c4bf509f6cb9165723
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -if
|
||||
|
|
Loading…
Reference in a new issue