Magellan Linux

Contents of /branches/magellan-next/core/parted/parted-1.8.8-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8325 - (show annotations) (download)
Thu Jul 14 20:27:47 2011 UTC (12 years, 9 months ago) by niro
File size: 830 byte(s)
-moved to 'core'
1 # $Id$
2
3 PNAME="parted"
4 PVER="1.8.8"
5 PBUILD="r4"
6
7 PCATEGORIE="sys-fs"
8 STATE="unstable"
9
10 DESCRIPTION="parted is useful for creating space for new operating systems, reorganising disk usage, copying data on hard disks and disk imaging."
11 HOMEPAGE="http://www.gnu.org/software/parted/"
12
13 DEPEND=">= sys-libs/ncurses-5.7
14 >= sys-libs/readline-6.0
15 >= sys-fs/e2fsprogs-1.41
16 >= sys-fs/device-mapper-1.02.25"
17
18 SDEPEND=">= sys-dev/gettext-0.17"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 gnu://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd_gnu ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --with-readline \
38 --enable-nls \
39 --enable-device-mapper \
40 --disable-selinux \
41 --disable-rpath \
42 --disable-Werror \
43 || die
44
45 mmake || die
46 }

Properties

Name Value
svn:keywords Id