void-packages/srcpkgs/mtd-utils/template
Nathan Owens df2d767be7 mtd-utils: update to 2.1.1
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-16 20:49:57 +01:00

19 lines
612 B
Bash

# Template file for 'mtd-utils'
pkgname=mtd-utils
version=2.1.1
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake libtool pkg-config"
makedepends="acl-devel liblzma-devel libuuid-devel lzo-devel
zlib-devel libressl-devel libzstd-devel"
short_desc="Memory Technology Device Utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.linux-mtd.infradead.org/"
distfiles="https://github.com/sigma-star/mtd-utils/archive/v${version}.tar.gz"
checksum=685c5d5ad3b0f510aa4e167820ca4d603197a1aa6bb49356786f02be1edba2cd
pre_configure() {
autoreconf -fi
}