Contents of /smage/trunk/extras/f2fs-tools/f2fs-tools-1.1.0-r1.smage2
Parent Directory | Revision Log
Revision 4627 -
(show annotations)
(download)
Tue Mar 19 11:55:03 2013 UTC (11 years, 7 months ago) by niro
File size: 570 byte(s)
Tue Mar 19 11:55:03 2013 UTC (11 years, 7 months ago) by niro
File size: 570 byte(s)
auto added: ver bump to 1.1.0-r1
1 | # $Id$ |
2 | |
3 | PNAME="f2fs-tools" |
4 | PVER="1.1.0" |
5 | PBUILD="r1" |
6 | |
7 | PCAT="sys-fs" |
8 | |
9 | DESCRIPTION="Tools for Flash-Friendly File System (F2FS)." |
10 | HOMEPAGE="http://e2fsprogs.sourceforge.net/" |
11 | |
12 | DEPEND=">= virtual/glibc |
13 | >= sys-libs/libuuid-2.22" |
14 | |
15 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
16 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
17 | |
18 | sminclude mbuild |
19 | |
20 | SRC_URI=( |
21 | http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/snapshot/${SRCFILE} |
22 | mirror://${PNAME}/${SRCFILE} |
23 | ) |
24 | |
25 | UP2DATE="updatecmd_sourceforge ${PNAME} gz" |
26 | |
27 | src_prepare() |
28 | { |
29 | munpack ${SRCFILE} || die |
30 | cd ${SRCDIR} |
31 | mautoreconf || die |
32 | } |