Magellan Linux

Contents of /smage/trunk/extras/sysfsutils/sysfsutils-2.1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5843 - (show annotations) (download)
Tue Jul 22 11:35:49 2014 UTC (9 years, 10 months ago) by niro
File size: 531 byte(s)
-updated smage syntax
1 # $Id$
2
3 PNAME="sysfsutils"
4 PVER="2.1.0"
5 PBUILD="r2"
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 ALX_PKG_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
18 sminclude mbuild alx-split
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/'"