Magellan Linux

Contents of /branches/R11-stable/extras/idesk/idesk-0.7.5-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11222 - (show annotations) (download)
Tue Feb 21 14:42:30 2012 UTC (12 years, 3 months ago) by niro
Original Path: trunk/extras/idesk/idesk-0.7.5-r5.smage2
File size: 828 byte(s)
-import from old branch
1 # $Id$
2
3 PNAME="idesk"
4 PVER="0.7.5"
5 PBUILD="r5"
6
7 PCAT="x11-misc"
8
9 DESCRIPTION="iDesk, a tool to provide desktop icons."
10 HOMEPAGE="http://idesk.sourceforge.net/"
11
12 DEPEND=">= media-libs/imlib2-1.4
13 >= media-libs/freetype-2.4
14 >= dev-libs/libxml2-2.7
15 >= x11-libs/startup-notification-0.12"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25"
18
19 SRCFILE="${PNAME}-${PVER}.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude mbuild mtools
23
24 SRC_URI=(
25 sourceforge://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32 mconfigure --enable-libsn || die
33 mmake || die
34 }
35
36 src_install()
37 {
38 cd ${SRCDIR}
39
40 minstalldir /usr/bin || die
41 minstalldir /usr/share/idesk || die
42 minstallexec src/idesk || die
43 minstallfile examples/\* /usr/share/idesk || die
44 minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO || die
45 }