Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5761 - (show annotations) (download)
Mon Aug 9 13:29:28 2010 UTC (13 years, 8 months ago) by niro
File size: 623 byte(s)
-fixed SRCDIR and SRCFILE too
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 SRCFILE="Terminal-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/Terminal-${PVER}"
21
22 sminclude xfce
23
24 SRC_URI=(
25 http://mocha.xfce.org/archive/src/apps/${PNAME}/${PVER%.*}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_xfce ${PNAME}"
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34 xfce_configure --enable-dbus || die
35 mmake || die
36 }
37