aboutsummaryrefslogtreecommitdiffstats
path: root/packages/scw/scw_0.4.2.bb
blob: 84a672a12b54c64019b33d8803b46a8f77c90b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Scw is a widget set specifically designed for chat programs."
HOMEPAGE = "http://corrie.scp.fi/users/kalle.vahlman/scw/"
LICENSE = "LGPL"
DEPENDS = "gtk+"
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"


SRC_URI = "http://corrie.scp.fi/users/kalle.vahlman/scw/${P}.tar.gz"

inherit autotools pkgconfig

do_stage() {
autotools_stage_all
}