Magellan Linux

Contents of /trunk/extras/installer-gtkdialog3/installer-gtkdialog3-0.7.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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

1 # $Header: /magellan-cvs/smage/installer-gtkdialog3/installer-gtkdialog3-0.7.20-r1.smage2,v 1.2 2008/09/24 22:44:01 niro Exp $
2
3 PNAME="installer-gtkdialog3"
4 PVER="0.7.20"
5 PBUILD="r1"
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.12
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 sminclude mbuild cleanutils
22
23 SRC_URI=(
24 ftp://linux.pte.hu/pub/gtkdialog/${SRCFILE}
25 mirror://gtkdialog3/${SRCFILE}
26 )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 ./configure --prefix=/usr/installer || die
33 mmake || die
34 }
35
36 src_install()
37 {
38 cd ${SRCDIR}
39 mmake DESTDIR=${BINDIR} install || die
40
41 # cleanup
42 zapmost ${BINDIR} usr/installer/bin || die
43 }

Properties

Name Value
svn:keywords Id