xdu: fix upstream URL.

This commit is contained in:
Christian Neukirchen 2014-10-19 23:16:53 +02:00
parent af970101f4
commit 0204378be2
1 changed files with 8 additions and 9 deletions

View File

@ -1,22 +1,21 @@
# Template file for 'xdu'
pkgname=xdu
version=3.0
revision=2
wrksrc=$pkgname-$version
create_wrksrc=yes
revision=3
wrksrc=${pkgname}-${version}.orig
makedepends="libXaw-devel"
short_desc="Display the output of du(1) in an X window"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT/X11"
homepage="http://sd.wareonearth.com/~phil/xdu/"
distfiles="http://sd.wareonearth.com/~phil/$pkgname/$pkgname-$version.tar.Z>$pkgname-$version.tar.gz"
checksum=9a8f3748751cc543f88e9b312a72fa1e60c4335b1a57bfac492745512c12dd11
homepage="http://web.archive.org/web/20131111062856/http://sd.wareonearth.com/~phil/xdu/"
distfiles="$DEBIAN_SITE/main/x/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=42c018597e31fade56e44b21ed7041f23756532df6e114b5475b4a50cd4df881
do_build() {
$CC $CFLAGS -o xdu xdu.c xwin.c $LDFLAGS -lXt -lXaw -lX11
$CC $CFLAGS -o xdu xdu.c xwin.c $LDFLAGS -lXt -lXaw -lX11
}
do_install() {
vbin xdu
vman xdu.man xdu.1
vbin xdu
vman xdu.man xdu.1
}