Magellan Linux

Contents of /trunk/extras/installer-gparted/installer-gparted-0.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1406 - (show annotations) (download)
Wed May 6 10:18:52 2009 UTC (15 years ago) by niro
File size: 904 byte(s)
auto added: ver bump to 0.4.4-r1
1 # $Id$
2
3 PNAME="installer-gparted"
4 PVER="0.4.4"
5 PBUILD="r1"
6
7 PCATEGORIE="app-mage"
8 STATE="unstable"
9
10 DESCRIPTION="Internal gparted program for the installer. Not intended for main use."
11 HOMEPAGE="http://gparted.sourceforge.net/"
12
13 # todo:
14 # ntfs -> ntfsprogs
15 # hfs -> hfsutils
16 # jfs -> jfsutils
17 DEPEND=">= sys-fs/parted-1.8.8
18 >= app-mage/installer-gtkmm-2.16
19 >= sys-fs/dosfstools-2.11
20 >= sys-fs/reiserfsprogs-3.9.21
21 >= sys-fs/reiser4progs-1.0.7
22 >= sys-fs/xfsprogs-3"
23
24 SDEPEND=">= dev-util/intltool-0.37
25 >= dev-util/pkgconfig-0.23
26 >= dev-cpp/gtkmm-2.12"
27
28 SRCFILE="gparted-${PVER}.tar.bz2"
29 SRCDIR="${BUILDDIR}/gparted-${PVER}"
30
31 sminclude mbuild
32
33 SRC_URI=(
34 sourceforge://gparted/${SRCFILE}
35 mirror://gparted/${SRCFILE}
36 )
37
38 UP2DATE="updatecmd_sourceforge ${PNAME/installer-/} | sed 's:${PNAME/installer-/}-::'"
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 ./configure --prefix=/usr/installer || die
45 mmake || die
46 }

Properties

Name Value
svn:keywords Id