Magellan Linux

Annotation of /trunk/extras/installer-gparted/installer-gparted-0.3.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1384 - (hide annotations) (download)
Tue May 5 18:16:03 2009 UTC (15 years ago) by niro
File size: 907 byte(s)
-import from cvs

1 niro 1384 # $Header: /magellan-cvs/smage/installer-gparted/installer-gparted-0.3.6-r1.smage2,v 1.1 2008/09/24 21:41:14 niro Exp $
2    
3     PNAME="installer-gparted"
4     PVER="0.3.6"
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.10
19     >= sys-fs/dosfstools-2.11
20     >= sys-fs/reiserfsprogs-3.9.19
21     >= sys-fs/reiser4progs-1.0.6
22     >= sys-fs/xfsprogs-2.9"
23    
24     SDEPEND=">= dev-util/intltool-0.37
25     >= dev-util/pkgconfig-0.23"
26    
27     SRCFILE="gparted-${PVER}.tar.gz"
28     SRCDIR="${BUILDDIR}/gparted-${PVER}"
29    
30     sminclude mbuild
31    
32     SRC_URI=(
33     sourceforge://gparted/${SRCFILE}
34     mirror://gparted/${SRCFILE}
35     )
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40    
41     ./configure --prefix=/usr/installer || die
42     mmake || die
43     }

Properties

Name Value
svn:keywords Id