New package: f2fs-tools-1.1.0.
This commit is contained in:
parent
5bea7e2563
commit
4a3a86f934
1 changed files with 23 additions and 0 deletions
23
srcpkgs/f2fs-tools/template
Normal file
23
srcpkgs/f2fs-tools/template
Normal file
|
@ -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 <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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue