Package Details: f2fs-tools-git 1.1.0.38.g57baa23-1

Package Base: f2fs-tools-git
Description: Tools for Flash-Friendly File System (F2FS)
Upstream URL: http://sourceforge.net/projects/f2fs-tools/
Category: system
Licenses: GPL
Submitter: Boohbah
Maintainer: Boohbah
Last Packager: None
Votes: 8
First Submitted: 2012-12-22 01:49
Last Updated: 2013-08-01 02:09

Latest Comments

Comment by Boohbah

2013-08-01 02:09

Updated, thanks WonderWoofy!

Comment by WonderWoofy

2013-05-31 14:53

The /bin -> /usr/bin move is near. As such, we need to remove all the things! ...from /bin, /sbin, and /usr/sbin. So the PKGBUILD needs to be updated. The "./configure" line needs to look like this:
./configure --prefix=/usr --sbindir=/usr/bin
and the last "make" line in package() needs to look like this:
make DESTDIR="${pkgdir}/" sbindir=/usr/bin install

Comment by Boohbah

2013-04-29 09:39

Another small fix, added sed to filter 'v' from pkgver.

Comment by Boohbah

2013-04-29 06:50

DosAmp: fixed, thanks!

Comment by DosAmp

2013-04-21 11:54

Please change DESTDIR to "$pkgdir". Without that, the code is installed to /usr/usr instead of /usr now.

Comment by Boohbah

2013-04-12 23:45

Updated for pacman 4.1

Comment by majetree

2013-03-19 20:09

для работы пакета в PKGBUILD заменить
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
на
http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git