Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1410 - (show annotations) (download)
Wed May 6 10:30:24 2009 UTC (15 years ago) by niro
File size: 971 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.40
25 >= dev-util/pkgconfig-0.23
26 >= app-text/gnome-doc-utils-0.12
27 >= app-text/scrollkeeper-0.3.14
28 >= dev-cpp/gtkmm-2.12"
29
30 SRCFILE="gparted-${PVER}.tar.bz2"
31 SRCDIR="${BUILDDIR}/gparted-${PVER}"
32
33 sminclude mbuild
34
35 SRC_URI=(
36 sourceforge://gparted/${SRCFILE}
37 mirror://gparted/${SRCFILE}
38 )
39
40 UP2DATE="updatecmd_sourceforge ${PNAME/installer-/} | sed 's:${PNAME/installer-/}-::'"
41
42 src_compile()
43 {
44 cd ${SRCDIR}
45
46 ./configure --prefix=/usr/installer || die
47 mmake || die
48 }

Properties

Name Value
svn:keywords Id