Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1403 - (hide annotations) (download)
Wed May 6 10:09:40 2009 UTC (15 years, 1 month ago) by niro
File size: 880 byte(s)
auto added: ver bump to 0.4.4-r1
1 niro 1403 # $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.12
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    
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     UP2DATE="updatecmd_sourceforge ${PNAME/installer-/} | sed 's:${PNAME/installer-/}-::'"
38    
39     src_compile()
40     {
41     cd ${SRCDIR}
42    
43     ./configure --prefix=/usr/installer || die
44     mmake || die
45     }

Properties

Name Value
svn:keywords Id