Magellan Linux

Contents of /branches/R11-stable/extras/libatasmart/libatasmart-0.18-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15189 - (show annotations) (download)
Wed Jan 2 10:55:54 2013 UTC (11 years, 5 months ago) by niro
File size: 529 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libatasmart"
4 PVER="0.18"
5 PBUILD="r2"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Lean and small library for ATA S.M.A.R.T. hard disks."
10 HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html"
11
12 DEPEND=">= sys-fs/udev-171"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://0pointer.de/public/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd 'http://0pointer.de/public/?C=M;O=A' | grep ${PNAME}- | lasttarball gz"