synergy: remove long_desc.
This commit is contained in:
parent
8ce35069c8
commit
7d7742dcac
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sed'
|
||||
pkgname=synergy
|
||||
version=1.4.15
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${version}-Source
|
||||
hostmakedepends="cmake unzip"
|
||||
makedepends="qt-devel libSM-devel libXext-devel libXtst-devel>=1.2.1_2 libXinerama-devel"
|
||||
|
@ -11,13 +11,6 @@ homepage="http://synergy-foss.org/"
|
|||
license="GPL-2"
|
||||
distfiles="http://synergy.googlecode.com/files/$pkgname-$version-Source.tar.gz"
|
||||
checksum=643745888ec6150e74cb6da9813f8c7572f2f87cf35f0bd4f64cc1e467ef3550
|
||||
long_desc="
|
||||
Synergy is Free and Open Source Software that lets you easily share your
|
||||
mouse and keyboard between multiple computers, where each computer has its
|
||||
own display. No special hardware is required, all you need is a local area
|
||||
network. Synergy is supported on Windows, Mac OS X and Linux. Redirecting
|
||||
the mouse and keyboard is as simple as moving the mouse off the edge of your
|
||||
screen. Synergy is released under the GNU Public License (GPL)."
|
||||
|
||||
do_build() {
|
||||
unset LDFLAGS
|
||||
|
@ -48,7 +41,7 @@ do_install() {
|
|||
}
|
||||
|
||||
synergy-gui_package() {
|
||||
depends="desktop-file-utils synergy>=${version}"
|
||||
depends="desktop-file-utils ${sourcepkg}>=${version}_${revision}"
|
||||
replaces="synergy<1.4.12_2"
|
||||
pkg_install() {
|
||||
vmove usr/bin/synergy
|
||||
|
|
Loading…
Reference in New Issue