di: update to 4.38.

This commit is contained in:
Steve Prybylski 2016-01-07 17:13:33 -05:00
parent aca81cff13
commit cf96c98290

View file

@ -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 <mf@dotabuff.com>"
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
}