Magellan Linux

Annotation of /branches/magellan-next/core/libatasmart/libatasmart-0.17-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8332 - (hide annotations) (download)
Thu Jul 14 20:52:00 2011 UTC (12 years, 10 months ago) by niro
File size: 535 byte(s)
-fixed missing include
1 niro 8330 # $Id$
2    
3     PNAME="libatasmart"
4     PVER="0.17"
5     PBUILD="r1"
6    
7     PCATEGORIE="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 niro 8332 sminclude mbuild
19 niro 8330
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"