Magellan Linux

Contents of /branches/magellan-next/deprecated/device-mapper/device-mapper-1.02.28-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7925 - (show annotations) (download)
Sat Jun 4 13:30:13 2011 UTC (12 years, 11 months ago) by niro
File size: 706 byte(s)
-moved to 'deprecated'
1 # $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 }