Magellan Linux

Annotation of /trunk/todo/xorg-edit/xorg-edit-07.01.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2747 - (hide annotations) (download)
Thu Jul 9 20:53:48 2009 UTC (14 years, 11 months ago) by niro
File size: 760 byte(s)
-moved to 'todo'
1 niro 2 # $Header$
2    
3     PNAME="xorg-edit"
4     PVER="07.01.12"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="xorg-edit is a graphical interface for editing xorg configuration files."
11     HOMEPAGE="http://www.cyskat.de/dee/progxorg.htm"
12    
13     DEPEND=">= virtual/x11
14     >= x11-libs/gtk2+-2.8
15     >= x11-libs/wxgtk-2.6"
16    
17     SRCFILE="${PNAME}_${PVER}_src.tar.gz"
18     SRCDIR="${BUILDDIR}/${PNAME}"
19    
20     SRC_URI=(
21     http://belnet.dl.sourceforge.net/sourceforge/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     src_prepare() {
26     munpack ${SRCFILE} || die
27     }
28    
29     src_compile() {
30     cd ${SRCDIR}/sources
31     mmake || die
32     }
33    
34     src_install() {
35     cd ${SRCDIR}
36     install -d ${BINDIR}/usr/bin || die
37     install -m0755 -o root -g root xorg-edit ${BINDIR}/usr/bin || die
38     minstalldocs CHANGELOG README || die
39     }

Properties

Name Value
svn:keywords Id