Magellan Linux

Contents of /smage/trunk/extras/f2fs-tools/f2fs-tools-1.1.0_20130319-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4627 - (show annotations) (download)
Tue Mar 19 11:55:03 2013 UTC (11 years, 2 months ago) by niro
File size: 493 byte(s)
auto added: ver bump to 1.1.0-r1
1 # $Id$
2
3 PNAME="f2fs-tools"
4 PVER="1.1.0_20130319"
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.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21
22 UP2DATE="updatecmd_sourceforge ${PNAME} gz"
23
24 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 cd ${SRCDIR}
28 mautoreconf || die
29 }