Magellan Linux

Contents of /trunk/extras/synergy/synergy-1.3.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 997 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/synergy/synergy-1.3.1-r3.smage2,v 1.1 2008/06/14 08:48:31 niro Exp $
2
3 PNAME="synergy"
4 PVER="1.3.1"
5 PBUILD="r3"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="Redirects the mouse and keyboard over network."
11 HOMEPAGE="http://synergy2.sourceforge.net/"
12
13 DEPEND=">= x11-libs/libICE-1
14 >= x11-libs/libSM-1
15 >= x11-libs/libX11-1
16 >= x11-libs/libXau-1
17 >= x11-libs/libxcb-1
18 >= x11-libs/libXdmcp-1
19 >= x11-libs/libXext-1
20 >= x11-libs/libXinerama-1
21 >= x11-libs/libXtst-1"
22
23 SRCFILE="${PNAME}-${PVER}.tar.gz"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mtools mbuild
27
28 SRC_URI=(
29 sourceforge://${PNAME}2/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 src_install()
34 {
35 cd ${SRCDIR}
36
37 # needed directories
38 minstalldir /etc || die
39 mmake DESTDIR=${BINDIR} install || die
40
41 minstallhtml doc/\*.html || die
42 minstallhtml doc/\*.css || die
43 minstallfile examples/synergy.conf /etc || die
44
45 minstalldocs AUTHORS COPYING ChangeLog NEWS README examples/synergy.conf || die
46 }

Properties

Name Value
svn:keywords Id