Contents of /trunk/extras/idesk/idesk-0.7.5-r3.smage2
Parent Directory | Revision Log
Revision 2 -
(show annotations)
(download)
Fri Oct 10 13:29:42 2008 UTC (16 years ago) by niro
File size: 1157 byte(s)
Fri Oct 10 13:29:42 2008 UTC (16 years ago) by niro
File size: 1157 byte(s)
import repo
1 | # $Header: /magellan-cvs/smage/idesk/idesk-0.7.5-r3.smage2,v 1.2 2008/02/07 14:23:39 niro Exp $ |
2 | |
3 | PNAME="idesk" |
4 | PVER="0.7.5" |
5 | PBUILD="r3" |
6 | |
7 | PCATEGORIE="x11-misc" |
8 | STATE="testing" |
9 | |
10 | DESCRIPTION="iDesk, a tool to provide desktop icons." |
11 | HOMEPAGE="http://idesk.sourceforge.net/" |
12 | |
13 | DEPEND=">= media-libs/imlib2-1.2.0 |
14 | >= media-libs/freetype-2.1.9 |
15 | >= dev-libs/libxml2-2.6.19 |
16 | >= dev-libs/glib2-2.6.4 |
17 | >= x11-libs/gtk2+-2.6.7 |
18 | >= x11-libs/pango-1.8.1 |
19 | >= gnome-extra/libgsf-1.12.1 |
20 | >= media-libs/libart_lgpl-2.3.17 |
21 | >= x11-libs/startup-notification-0.8" |
22 | |
23 | SDEPEND=">= dev-util/pkgconfig-0.17.2" |
24 | |
25 | SRCFILE="${PNAME}-${PVER}.tar.bz2" |
26 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
27 | |
28 | sminclude mbuild mtools |
29 | |
30 | SRC_URI=( |
31 | sourceforge://${PNAME}/${SRCFILE} |
32 | mirror://${PNAME}/${SRCFILE} |
33 | ) |
34 | |
35 | src_compile() |
36 | { |
37 | cd ${SRCDIR} |
38 | mconfigure --enable-libsn || die |
39 | mmake || die |
40 | } |
41 | |
42 | src_install() |
43 | { |
44 | cd ${SRCDIR} |
45 | |
46 | # needed directories |
47 | minstalldir /usr/bin || die |
48 | minstalldir /usr/share/idesk || die |
49 | |
50 | # the makefile like always suckz ... |
51 | minstallexec src/idesk || die |
52 | install -m0644 examples/* ${BINDIR}/usr/share/idesk || die |
53 | minstalldocs AUTHORS COPYING ChangeLog NEWS README TODO || die |
54 | } |
Properties
Name | Value |
---|---|
svn:keywords | Id |