Magellan Linux

Contents of /trunk/extras/terminal/terminal-0.4.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5760 - (show annotations) (download)
Mon Aug 9 13:27:56 2010 UTC (13 years, 9 months ago) by niro
File size: 549 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="terminal"
4 PVER="0.4.5"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-terms"
8 STATE="unstable"
9
10 DESCRIPTION="Terminal XFCE Desktop Environment."
11
12 DEPEND=">= dev-libs/glib2-2.22
13 >= dev-libs/dbus-glib-0.82
14 >= x11-libs/gtk2+-2.18
15 >= x11-libs/libX11-1
16 >= x11-libs/vte-0.16.13
17 >= xfce-base/exo-0.3.107"
18
19 sminclude xfce
20
21 SRC_URI=(
22 http://mocha.xfce.org/archive/src/apps/${PNAME}/${PVER%.*}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_xfce ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31 xfce_configure --enable-dbus || die
32 mmake || die
33 }
34