Magellan Linux

Annotation of /branches/R11-stable/extras/libatasmart/libatasmart-0.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20175 - (hide annotations) (download)
Tue Nov 26 11:39:48 2013 UTC (10 years, 10 months ago) by niro
File size: 529 byte(s)
-release branches/R11-stable
1 niro 20057 # $Id$
2    
3     PNAME="libatasmart"
4     PVER="0.19"
5     PBUILD="r1"
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-208"
13     SDEPEND=">= dev-util/pkgconfig-0.25"
14    
15 niro 20058 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 niro 20057 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 xz"