Magellan Linux

Annotation of /trunk/todo/installer-gtkdialog3/installer-gtkdialog3-0.7.20-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4180 - (hide annotations) (download)
Mon Nov 30 09:12:24 2009 UTC (14 years, 9 months ago) by niro
File size: 1039 byte(s)
-moved to 'todo'
1 niro 1460 # $Id$
2    
3     PNAME="installer-gtkdialog3"
4     PVER="0.7.20"
5     PBUILD="r3"
6    
7     PCATEGORIE="app-mage"
8     STATE="unstable"
9    
10     DESCRIPTION="Internal gtkdialog3 program for the installer. Not intended for main use."
11     HOMEPAGE="http://linux.pte.hu/~pipas/gtkdialog/"
12    
13     DEPEND=">= app-mage/installer-gtk2+-2.16
14     >= app-mage/installer-libglade-2"
15    
16     SDEPEND=">= sys-dev/gettext-0.17"
17    
18     SRCFILE="gtkdialog-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/gtkdialog-${PVER}"
20    
21 niro 1462 sminclude cleanutils
22 niro 1460
23     SRC_URI=(
24     ftp://linux.pte.hu/pub/gtkdialog/${SRCFILE}
25     mirror://gtkdialog3/${SRCFILE}
26 niro 1462 mirror://gtkdialog3/gtkdialog3-${PVER}-signal-name-conflict.patch
27 niro 1460 )
28    
29 niro 1462 src_prepare()
30     {
31     munpack ${SRCFILE} || die
32     cd ${SRCDIR}
33    
34     # fixes compilation with newer libglade
35     mpatch gtkdialog3-${PVER}-signal-name-conflict.patch || die
36     }
37    
38 niro 1460 src_compile()
39     {
40     cd ${SRCDIR}
41    
42     PKG_CONFIG_PATH=/usr/installer/lib/pkgconfig \
43     ./configure --prefix=/usr/installer || die
44     mmake || die
45     }
46    
47     src_install()
48     {
49     cd ${SRCDIR}
50     mmake DESTDIR=${BINDIR} install || die
51    
52     # cleanup
53     zapmost ${BINDIR} usr/installer/bin || die
54     }

Properties

Name Value
svn:keywords Id