Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3233 - (show annotations) (download)
Mon Sep 19 15:15:16 2011 UTC (12 years, 8 months ago) by niro
File size: 538 byte(s)
-only keep libs
1 # $Id$
2
3 PNAME="sysfsutils"
4 PVER="2.1.0"
5 PBUILD="r1"
6
7 PCATEGORIE="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_ONLY_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/'"