From: Kirtika Ruchandani Date: Mon, 8 Jun 2009 09:32:44 +0000 (+0530) Subject: Added libxsp X-Git-Url: http://vcs.maemo.org/git/?p=oespirit1;a=commitdiff_plain;h=826c7e82882d711f97d8630b29f4a5d6bc4bdf18 Added libxsp --- diff --git a/libxsp_1.2.3.bb b/libxsp_1.2.3.bb new file mode 100644 index 0000000..610fd52 --- /dev/null +++ b/libxsp_1.2.3.bb @@ -0,0 +1,18 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "X11 Xomap custom library." +HOMEPAGE = "http://maemo.org" +LICENSE = "unknown" +SECTION = "base" +DEPENDS = "x11proto-xsp quilt libx11 libxext" +PR = "r4" + +SRC_URI = "http://repository.maemo.org/pool/fremantle/free/libx/${PN}/${PN}_${PV}-4.1.tar.gz" + +inherit autotools pkgconfig + +do_stage(){ + autotools_stage_all +} +