blob: 759f901d69d8e87178e7aa5b2f377b98e8c7692b (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
|