f2fs-tools: update to 1.2.0.

This commit is contained in:
Juan RP 2013-10-28 12:37:31 +01:00
parent cb3ab9f6b7
commit 08f571a8a7

View File

@ -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 <xtraeme@gmail.com>"
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
}
}