16 lines
451 B
Bash
16 lines
451 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
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=a8e721239ef16cd3645532be5788b47bd552c23491a688e06e633de10408d7f5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|