From 826c7e82882d711f97d8630b29f4a5d6bc4bdf18 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Mon, 8 Jun 2009 15:02:44 +0530 Subject: [PATCH] Added libxsp --- libxsp_1.2.3.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libxsp_1.2.3.bb 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 +} + -- 1.7.9.5