24 lines
623 B
Plaintext
24 lines
623 B
Plaintext
# 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 <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
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
f2fs-tools_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|