aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/xsp_1.0.0-8.bb
blob: 50de83c204e6364d0fed7bf121b419f4000d2cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PR = "r2"
LICENSE= "MIT"
DESCRIPTION = "X Server Nokia 770 extensions library"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libxext xpext"

SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz \
           file://xsp-fix-pc.patch;patch=1"
S = "${WORKDIR}/Xsp"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}