Magellan Linux

Annotation of /branches/magellan-next/core/device-mapper/device-mapper-1.02.28-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6412 - (hide annotations) (download)
Mon Aug 23 11:38:50 2010 UTC (13 years, 10 months ago) by niro
File size: 706 byte(s)
auto added: ver bump to 1.02.28-r3
1 niro 6412 # $Id: device-mapper-1.02.28-r2.smage2 3169 2009-10-13 22:55:56Z niro $
2    
3     PNAME="device-mapper"
4     PVER="1.02.28"
5     PBUILD="r3"
6    
7     PCATEGORIE="sys-fs"
8     STATE="unstable"
9    
10     DESCRIPTION="Device mapper utils for use with LVM2 utilities."
11     HOMEPAGE="http://sources.redhat.com/dm/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME}.${PVER}.tgz"
16     SRCDIR="${BUILDDIR}/${PNAME}.${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     ftp://sources.redhat.com/pub/dm/${SRCFILE}
22     ftp://sources.redhat.com/pub/dm/old/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ftp://sources.redhat.com/pub/dm | grep .tgz | sed -n 's/.*r.\(.*\).t.*/\1/;$ p'"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --enable-static_link --enable-dmeventd || die
33     mmake || die
34     }