diff --git a/srcpkgs/xdu/template b/srcpkgs/xdu/template index f3422baa0c2..dae5c394044 100644 --- a/srcpkgs/xdu/template +++ b/srcpkgs/xdu/template @@ -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 " 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 }