Magellan Linux

Annotation of /branches/magellan-next/core/sysfsutils/sysfsutils-2.1.0-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6117 - (hide annotations) (download)
Thu Aug 19 15:48:47 2010 UTC (13 years, 10 months ago) by niro
File size: 547 byte(s)
auto added: ver bump to 2.1.0-r5
1 niro 6117 # $Id: sysfsutils-2.1.0-r4.smage2 3415 2009-10-21 18:13:00Z niro $
2    
3     PNAME="sysfsutils"
4     PVER="2.1.0"
5     PBUILD="r5"
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/'"