18 lines
537 B
Bash
18 lines
537 B
Bash
# Template file for 'e2tools'
|
|
pkgname=e2tools
|
|
version=0.1.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="e2fsprogs-devel"
|
|
short_desc="Utilities for manipulating files in an ext2/ext3 filesystem"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/e2tools/e2tools"
|
|
distfiles="https://github.com/e2tools/e2tools/archive/v${version}.tar.gz"
|
|
checksum=5988f0f1f68ed69e0e89aa192dda650cf685cdb767b95fa4764be8c44127d97f
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|