Magellan Linux

Contents of /branches/R11-unstable/extras/libatasmart/libatasmart-0.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32695 - (show annotations) (download)
Mon Apr 29 13:27:27 2019 UTC (4 years, 11 months ago) by niro
File size: 525 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libatasmart"
4 PVER="0.19"
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/libudev-220"
13 SDEPEND=">= dev-util/pkgconfig-0.25"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
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/ | grep ${PNAME}- | highesttarball xz"