From 08f571a8a732aaf95f19d3ddd88e3f6d6c7c4de7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Oct 2013 12:37:31 +0100 Subject: [PATCH] f2fs-tools: update to 1.2.0. --- srcpkgs/f2fs-tools/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index e74d2e303ab..8239c397f65 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -1,16 +1,20 @@ # Template file for 'f2fs-tools' pkgname=f2fs-tools -version=1.1.0 +version=1.2.0 revision=1 build_style=gnu-configure -hostmakedepends="automake" +configure_args="--sbindir=/usr/bin --disable-static" +make_install_args="sbindir=/usr/bin" +hostmakedepends="automake libtool pkg-config" makedepends="libuuid-devel" short_desc="Tools for the Linux Flash-Friendly File System (F2FS)" maintainer="Juan RP " license="GPL-2" -homepage="http://sourceforge.net/projects/f2fs-tools/" -distfiles="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/${pkgname}-${version}.tar.gz" -checksum=c8cfb6895a0b3775f0df00a776fd451558739289684dd43f1fd75f876fa62867 +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} +} pre_configure() { autoreconf -fi @@ -18,6 +22,6 @@ pre_configure() { f2fs-tools_package() { pkg_install() { - vmove usr + vmove all } }