vp-build/srcpkgs/f2fs-tools/template

21 lines
642 B
Plaintext
Raw Normal View History

2013-05-02 12:46:03 +02:00
# Template file for 'f2fs-tools'
pkgname=f2fs-tools
2014-09-20 19:21:57 +02:00
version=1.4.0
revision=1
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 git"
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
}