Magellan Linux

Annotation of /trunk/todo/xcursors-crystal/xcursors-crystal-1.1.1-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2652 - (hide annotations) (download)
Thu Jul 9 20:43:58 2009 UTC (14 years, 11 months ago) by niro
File size: 1123 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/xcursors-crystal/xcursors-crystal-1.1.1-r4.smage2,v 1.2 2008/02/07 14:23:55 niro Exp $
2    
3     PNAME="xcursors-crystal"
4     PVER="1.1.1"
5     PBUILD="r4"
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=6240"
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     SDEPEND=">= media-gfx/imagemagick-6
20     >= x11-apps/xcursorgen-1"
21    
22     SRCFILE="Crystalcursors-${PVER}.tar.bz2"
23     SRCDIR="${BUILDDIR}/Crystalcursors"
24    
25     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     }
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35     make
36     }
37    
38     src_install()
39     {
40     cd ${SRCDIR}
41    
42     # install them (whiteleft & grayleft does not exists)
43     for i in blue{,left} \
44     gray \
45     green{,left} \
46     white
47     do
48     install -d ${BINDIR}/usr/share/cursors/xorg-x11/${PNAME/xcursors-/}-${i}/cursors || die
49     cp -d ${SRCDIR}/${i}_cursors/* \
50     ${BINDIR}/usr/share/cursors/xorg-x11/${PNAME/xcursors-/}-${i}/cursors || die
51     done
52    
53     # docs
54     minstalldocs CHANGELOG CREDITS LICENSE README || die
55     }

Properties

Name Value
svn:keywords Id