Magellan Linux

Contents of /trunk/extras/parted/parted-1.8.8-r2.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: 887 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/parted/parted-1.8.8-r2.smage2,v 1.1 2008/04/20 22:05:16 niro Exp $
2
3 PNAME="parted"
4 PVER="1.8.8"
5 PBUILD="r2"
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.6
14 >= sys-libs/readline-5.2
15 >= sys-fs/e2fsprogs-1.40
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 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure \
35 --with-readline \
36 --enable-nls \
37 --enable-device-mapper \
38 --disable-selinux \
39 --disable-rpath \
40 --disable-Werror \
41 || die
42
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id