2013-05-02 10:46:03 +00:00
|
|
|
# Template file for 'f2fs-tools'
|
|
|
|
pkgname=f2fs-tools
|
2014-02-12 08:54:17 +00:00
|
|
|
version=1.3.0
|
2013-05-02 10:46:03 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2013-10-28 11:37:31 +00:00
|
|
|
configure_args="--sbindir=/usr/bin --disable-static"
|
|
|
|
make_install_args="sbindir=/usr/bin"
|
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2013-05-02 10:46:03 +00: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 11:37:31 +00: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 10:46:03 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|