diff options
Diffstat (limited to 'recipes/scw')
-rw-r--r-- | recipes/scw/scw_0.4.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/scw/scw_0.4.3.bb b/recipes/scw/scw_0.4.3.bb new file mode 100644 index 0000000000..759f901d69 --- /dev/null +++ b/recipes/scw/scw_0.4.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Scw is a widget set specifically designed for chat programs." +HOMEPAGE = "http://corrie.scp.fi/users/kalle.vahlman/scw/" +LICENSE = "LGPL" +DEPENDS = "gtk+" + +SRC_URI = "${DEBIAN_MIRROR}/main/s/${PN}/${PN}_${PV}.orig.tar.gz" + +inherit autotools pkgconfig + +do_stage() { +autotools_stage_all +} |