Magellan Linux

Annotation of /trunk/todo/xcursors-chameleon-skyblue/xcursors-chameleon-skyblue-0.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2650 - (hide annotations) (download)
Thu Jul 9 20:43:54 2009 UTC (14 years, 11 months ago) by niro
File size: 1112 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/xcursors-chameleon-skyblue/xcursors-chameleon-skyblue-0.5-r3.smage2,v 1.2 2008/02/07 14:23:55 niro Exp $
2    
3     PNAME="xcursors-chameleon-skyblue"
4     PVER="0.5"
5     PBUILD="r3"
6    
7     BRANCH="SkyBlue"
8    
9     PCATEGORIE="x11-themes"
10     STATE="testing"
11    
12     DESCRIPTION="Cursors for Xorg."
13     HOMEPAGE="http://www.egregorion.net/"
14    
15     DEPEND=">= x11-libs/libX11-1
16     >= x11-libs/libXcursor-1
17     >= media-libs/libpng-1.2.8"
18    
19     SDEPEND=">= x11-apps/xcursorgen-1"
20    
21     SRCFILE="Chameleon-${BRANCH}-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME}"
23    
24     SRC_URI=(
25     http://egregorion.netsons.org/works/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     src_install()
30     {
31     local dest
32    
33     install -d ${SRCDIR} || die
34     cd ${SRCDIR}
35    
36     munpack ${SRCFILE} ${SRCDIR} || die
37    
38     for i in Chameleon-${BRANCH}-{Large,Regular,Small}-${PVER}
39     do
40     # dest dir
41     dest="${BINDIR}/usr/share/cursors/xorg-x11/$(echo ${i/-${PVER}/} | tr [:upper:] [:lower:])/cursors"
42    
43     # needed directories
44     install -d ${dest} || die
45    
46     # cursors
47     cp -d ${SRCDIR}/${i}/cursors/* ${dest} || die
48     done
49    
50     # docs
51     minstalldocs Chameleon-${BRANCH}-Regular-${PVER}/{COPYRIGHT,LICENSE} || die
52     }

Properties

Name Value
svn:keywords Id