Magellan Linux

Contents of /branches/magellan-next/core/sysfsutils/sysfsutils-2.1.0-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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