void-packages/srcpkgs/f2fs-tools/template

22 lines
639 B
Plaintext
Raw Normal View History

2013-05-02 12:46:03 +02:00
# Template file for 'f2fs-tools'
pkgname=f2fs-tools
2014-02-12 09:54:17 +01:00
version=1.3.0
revision=2
2013-05-02 12:46:03 +02:00
build_style=gnu-configure
2013-10-28 12:37:31 +01:00
configure_args="--sbindir=/usr/bin --disable-static"
make_install_args="sbindir=/usr/bin"
hostmakedepends="automake libtool pkg-config"
2013-05-02 12:46:03 +02:00
makedepends="libuuid-devel"
short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
2013-10-28 12:37:31 +01:00
homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
do_fetch() {
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version}
}
2013-05-02 12:46:03 +02:00
pre_configure() {
autoreconf -fi
}