21 lines
620 B
Bash
21 lines
620 B
Bash
# Template file for 'sedutil'
|
|
pkgname=sedutil
|
|
version=1.20.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="Drive Trust Alliance Self Encrypting Drive Utility"
|
|
maintainer="Jack Culhane <jackculhane@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/Drive-Trust-Alliance/sedutil"
|
|
distfiles="https://github.com/Drive-Trust-Alliance/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3
|
|
|
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|
broken="explicitly does not support big endian"
|
|
fi
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|