16 lines
489 B
Bash
16 lines
489 B
Bash
# Template file for 'zerofree'
|
|
pkgname=zerofree
|
|
version=1.0.3
|
|
revision=4
|
|
build_style=gnu-makefile
|
|
makedepends="e2fsprogs-devel"
|
|
short_desc="A tool to zero free blocks in an ext2 filesystem"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://intgat.tigress.co.uk/rmy/uml/index.html"
|
|
distfiles="http://intgat.tigress.co.uk/rmy/uml/${pkgname}-${version}.tgz"
|
|
checksum=3acfda860be0f0ddcb5c982ff3b4475b1ee8cc35a90ae2a910e93261dbe0ccf6
|
|
|
|
do_install() {
|
|
vbin $pkgname
|
|
}
|