Magellan Linux

Contents of /branches/R11-unstable/core/sysfsutils/sysfsutils-2.1.0-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25073 - (show annotations) (download)
Tue Nov 25 02:57:20 2014 UTC (9 years, 5 months ago) by niro
File size: 464 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="sysfsutils"
4 PVER="2.1.0"
5 PBUILD="r6"
6
7 PCAT="sys-fs"
8
9 DESCRIPTION="System utilities based on sysfs."
10 HOMEPAGE="http://linux-diag.sourceforge.net/Sysfsutils.html"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 sourceforge://linux-diag/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd ${HOMEPAGE} | grep 'Current release' | sed 's/.* \[.*\]\(.*\)\./\1/'"