Magellan Linux

Contents of /trunk/todo/xcursors-pinux-lila/xcursors-pinux-lila-0.5-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2655 - (show annotations) (download)
Thu Jul 9 20:44:08 2009 UTC (14 years, 10 months ago) by niro
File size: 968 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/xcursors-pinux-lila/xcursors-pinux-lila-0.5-r6.smage2,v 1.2 2008/02/07 14:23:55 niro Exp $
2
3 PNAME="xcursors-pinux-lila"
4 PVER="0.5"
5 PBUILD="r6"
6
7 PCATEGORIE="x11-themes"
8 STATE="testing"
9
10 DESCRIPTION="Cursors for Xorg."
11 HOMEPAGE="http://www.kde-look.org/content/show.php?content=18440"
12
13 DEPEND=">= x11-libs/libX11-1
14 >= x11-libs/libXcursor-1
15 >= media-libs/libpng-1.2.8"
16
17 SDEPEND=">= x11-apps/xcursorgen-1"
18
19 SRCFILE="18440-pinuxs_lila_cursor-0.5.tar.bz2"
20 SRCDIR="${BUILDDIR}/${PNAME/xcursors-/}"
21
22 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
23
24 src_install()
25 {
26 install -d ${SRCDIR} || die
27 cd ${SRCDIR}
28
29 munpack ${SRCFILE} ${SRCDIR} || die
30
31 for i in lila{,-blue,-red,-yellow,-black,-green,-white}
32 do
33 # needed directories
34 install -d ${BINDIR}/usr/share/cursors/xorg-x11/pinux-${i}/cursors || die
35
36 # cursors
37 cp -d ${SRCDIR}/${i/l/L}/cursors/* \
38 ${BINDIR}/usr/share/cursors/xorg-x11/pinux-${i}/cursors \
39 || die
40 done
41
42 # no docs
43 }

Properties

Name Value
svn:keywords Id