Magellan Linux

Annotation of /trunk/todo/xcursors-ghost/xcursors-ghost-1-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2654 - (hide annotations) (download)
Thu Jul 9 20:44:06 2009 UTC (14 years, 11 months ago) by niro
File size: 860 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/xcursors-ghost/xcursors-ghost-1-r6.smage2,v 1.2 2008/02/07 14:23:55 niro Exp $
2    
3     PNAME="xcursors-ghost"
4     PVER="1"
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=13090"
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="13090-ghost.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME/xcursors-/}"
21    
22     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
23    
24     src_install()
25     {
26     munpack ${SRCFILE} || die
27     cd ${SRCDIR}
28    
29     # needed directories
30     install -d ${BINDIR}/usr/share/cursors/xorg-x11/${PNAME/xcursors-/}/cursors || die
31    
32     # cursors
33     cp -d ${SRCDIR}/cursors/* \
34     ${BINDIR}/usr/share/cursors/xorg-x11/${PNAME/xcursors-/}/cursors\
35     || die
36    
37     # docs
38     minstalldocs COPYING README || die
39     }

Properties

Name Value
svn:keywords Id