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"
|
2014-07-27 16:05:16 +02:00
|
|
|
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"
|
2014-11-01 20:37:11 +01:00
|
|
|
update_site="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/plain/VERSION"
|
|
|
|
update_pattern='\d+\.[\d.]+'
|
2013-10-28 12:37:31 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|