unclutter: use debian mirror. Closes #3433.
This commit is contained in:
parent
5aa8ef2d4c
commit
e7b7a56100
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'unclutter'
|
||||
pkgname=unclutter
|
||||
version=8
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=$pkgname
|
||||
makedepends="libX11-devel"
|
||||
short_desc="A small program for hiding the mouse cursor"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="Public Domain"
|
||||
homepage="http://ftp.x.org/contrib/utilities/unclutter-8.README"
|
||||
distfiles="http://ftp.x.org/contrib/utilities/$pkgname-$version.tar.Z>$pkgname-$version.tar.gz"
|
||||
checksum=b855a78d4465ab2f86287eacac63a73f1504b08522840aa37718776e7ec9192a
|
||||
homepage="https://packages.debian.org/sid/unclutter"
|
||||
distfiles="${DEBIAN_SITE}/main/u/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=dfc0e4f22dd2398f91206e82c2a193a635a7fa5c1e03910db476cb2a8cf4f084
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
||||
|
|
Loading…
Reference in a new issue