vp-build/srcpkgs/f2fs-tools/template

23 lines
766 B
Plaintext

# Template file for 'f2fs-tools'
pkgname=f2fs-tools
version=1.4.0
revision=1
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --disable-static"
make_install_args="sbindir=/usr/bin"
hostmakedepends="automake libtool pkg-config git"
makedepends="libuuid-devel"
short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
update_site="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/plain/VERSION"
update_pattern='\d+\.[\d.]+'
do_fetch() {
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version}
}
pre_configure() {
autoreconf -fi
}