Magellan Linux

Contents of /smage/branches/alx-0_6_0/extras/f2fs-tools/f2fs-tools-1.4.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6797 - (show annotations) (download)
Wed Jul 22 09:33:53 2015 UTC (8 years, 9 months ago) by niro
File size: 768 byte(s)
auto added: ver bump to 1.4.1-r1
1 # $Id$
2
3 PNAME="f2fs-tools"
4 PVER="1.4.1"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-fs"
8
9 DESCRIPTION="Tools for Flash-Friendly File System (F2FS)."
10 HOMEPAGE="http://f2fs-tools.sourceforge.net/"
11
12 DEPEND=">= virtual/glibc
13 >= sys-apps/util-linux-2.19"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild alx
19
20 SRC_URI=(
21 mirror://${PNAME}/${SRCFILE}
22 http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/snapshot/${SRCFILE}
23 )
24
25 # no longer maintained on sf.net
26 #UP2DATE="updatecmd_sourceforge ${PNAME} gz"
27 UP2DATE="updatecmd http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/ | grep -A1 'Tag' | grep 'v[0-9]' | sed 's:.*v\(.*\)\ \[.*:\1:' "
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33 mautoreconf || die
34 }