Magellan Linux

Contents of /trunk/core/sysfsutils/sysfsutils-2.1.0-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10573 - (show annotations) (download)
Wed Jan 25 21:57:14 2012 UTC (12 years, 3 months ago) by niro
File size: 464 byte(s)
-import from magellan-next
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/'"