add di
This commit is contained in:
parent
970ba29422
commit
9f59ec7dbd
1 changed files with 20 additions and 0 deletions
20
srcpkgs/di/template
Normal file
20
srcpkgs/di/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'di'
|
||||||
|
pkgname=di
|
||||||
|
version=4.35
|
||||||
|
revision=1
|
||||||
|
short_desc="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=2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make INSTALL_DIR="${DESTDIR}/usr" install
|
||||||
|
vman di.1
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue