diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template new file mode 100644 index 00000000000..e74d2e303ab --- /dev/null +++ b/srcpkgs/f2fs-tools/template @@ -0,0 +1,23 @@ +# Template file for 'f2fs-tools' +pkgname=f2fs-tools +version=1.1.0 +revision=1 +build_style=gnu-configure +hostmakedepends="automake" +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 + +pre_configure() { + autoreconf -fi +} + +f2fs-tools_package() { + pkg_install() { + vmove usr + } +}