Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:keywords Id