Magellan Linux

Contents of /trunk/core/device-mapper/device-mapper-1.02.28-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3169 - (show annotations) (download)
Tue Oct 13 22:55:56 2009 UTC (14 years, 7 months ago) by niro
File size: 641 byte(s)
auto added: ver bump to 1.02.28-r2
1 # $Id$
2
3 PNAME="device-mapper"
4 PVER="1.02.28"
5 PBUILD="r2"
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 }

Properties

Name Value
svn:keywords Id