void-packages/srcpkgs/di/template

20 lines
465 B
Bash
Raw Normal View History

2014-12-09 08:24:46 +00:00
# Template file for 'di'
pkgname=di
2015-06-06 11:24:27 +00:00
version=4.36
2014-12-09 08:24:46 +00:00
revision=1
2014-12-11 22:59:40 +00:00
short_desc="A disk information utility"
2014-12-09 08:24:46 +00:00
maintainer="Michael Fellinger <mf@dotabuff.com>"
homepage="http://www.gentoo.com/di"
license="zlib"
distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz"
2015-06-06 11:24:27 +00:00
checksum=eb03d2ac0a3df531cdcb64b3667dbaebede60a4d3a4626393639cecb954c6d86
2014-12-09 08:24:46 +00:00
do_build() {
make CC=$CC CFLAGS="$CFLAGS"
2014-12-09 08:24:46 +00:00
}
do_install() {
2014-12-11 22:59:40 +00:00
make INSTALL_DIR="${DESTDIR}/usr" install
vlicense LICENSE
2014-12-09 08:24:46 +00:00
}