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
version=4.35
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"
checksum=2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2
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
}