19 lines
465 B
Bash
19 lines
465 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
version=4.37
|
|
revision=1
|
|
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
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS"
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALL_DIR="${DESTDIR}/usr" install
|
|
vlicense LICENSE
|
|
}
|