17 lines
461 B
Bash
17 lines
461 B
Bash
# Template file for 'di'
|
|
pkgname=di
|
|
version=4.41
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="INSTALL_DIR=\${DESTDIR}/usr"
|
|
short_desc="A disk information utility"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="http://www.gentoo.com/di"
|
|
license="zlib"
|
|
distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz"
|
|
checksum=3ae850b160b42c3b77e42b79a4374a480eca671a83a35357078308f52f431c8b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|