diff --git a/srcpkgs/di/template b/srcpkgs/di/template index cc1fbc669bd..2c1c0191531 100644 --- a/srcpkgs/di/template +++ b/srcpkgs/di/template @@ -1,19 +1,16 @@ # Template file for 'di' pkgname=di -version=4.37 +version=4.38 revision=1 +build_style=gnu-makefile +make_install_args="INSTALL_DIR=\${DESTDIR}/usr" short_desc="A disk information utility" maintainer="Michael Fellinger " homepage="http://www.gentoo.com/di" license="zlib" distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz" -checksum=10687963438be65fb150adc6e31d66c0892ded0f61ea67ec58455f7717ac4ad2 +checksum=a8e721239ef16cd3645532be5788b47bd552c23491a688e06e633de10408d7f5 -do_build() { - make CC=$CC CFLAGS="$CFLAGS" -} - -do_install() { - make INSTALL_DIR="${DESTDIR}/usr" install +post_install() { vlicense LICENSE }