Magellan Linux

Annotation of /trunk/extras/libatasmart/libatasmart-0.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26435 - (hide annotations) (download)
Fri Jun 26 17:04:42 2015 UTC (8 years, 11 months ago) by niro
File size: 525 byte(s)
auto added: ver bump to 0.19-r2
1 niro 26435 # $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"