Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/f2fs-tools/f2fs-tools-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9855 - (show annotations) (download)
Thu Aug 3 13:49:41 2017 UTC (6 years, 8 months ago) by niro
File size: 928 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="f2fs-tools"
4 PVER="1.8.0"
5 PBUILD="r1"
6
7 STATE="disabled" # requires selinux and not configurable anymore
8 PCAT="sys-fs"
9
10 DESCRIPTION="Tools for Flash-Friendly File System (F2FS)."
11 HOMEPAGE="http://f2fs-tools.sourceforge.net/"
12
13 DEPEND=">= virtual/glibc
14 >= sys-libs/libuuid-2.27"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 ALX_PKG_KEEP="usr/sbin/mkfs.f2fs
20 usr/sbin/fsck.f2fs
21 usr/$(mlibdir)/*.so
22 usr/$(mlibdir)/*.so.*"
23 sminclude mbuild alx-split
24
25 SRC_URI=(
26 mirror://${PNAME}/${SRCFILE}
27 http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/snapshot/${SRCFILE}
28 )
29
30 # no longer maintained on sf.net
31 #UP2DATE="updatecmd_sourceforge ${PNAME} gz"
32 UP2DATE="updatecmd http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/ | grep -A1 'Tag' | grep 'v[0-9]' | sed 's:.*v\(.*\)\ \[.*:\1:' "
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38 mautoreconf || die
39 }