Magellan Linux

Contents of /trunk/core/device-mapper/device-mapper-1.02.25-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 748 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/device-mapper/device-mapper-1.02.25-r1.smage2,v 1.1 2008/04/20 21:50:06 niro Exp $
2
3 PNAME="device-mapper"
4 PVER="1.02.25"
5 PBUILD="r1"
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