freerdp: add recipe based on GIT from 2009-03-29

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador
2011-05-03 12:51:04 +00:00
committed by Koen Kooi
parent 2c7a05b091
commit 0ad2163130
2 changed files with 39 additions and 0 deletions
@@ -0,0 +1,24 @@
# Copyright (C) 2010, 2011 O.S. Systems Software Ltda. All Rights Reserved
# Released under the MIT license
DESCRIPTION = "FreeRDP RDP client"
HOMEPAGE = "http://freerdp.sourceforge.net"
DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib"
SECTION = "x11/network"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
INC_PR = "r0"
inherit pkgconfig autotools
do_configure_prepend() {
# workaround gcc linking bug
find ${S} -name 'Makefile.am' | xargs -n 1 sed 's,-pthread,-lpthread -D_REENTRANT,g' -i
}
do_install_append() {
rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la
}
RDEPENDS_${PN} += "xprop"
@@ -0,0 +1,15 @@
# Copyright (C) 2010, 2011, O.S. Systems Software Ltda.
# Released under the MIT license
include freerdp.inc
inherit gitpkgv
PV = "gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
PR = "${INC_PR}.0"
SRCREV = "7bbde4fb3bc3a781364d0a626c49bc165cc507fd"
SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
S = "${WORKDIR}/git"