blob: a13243b8e9a48d8ec9b4bc7393ae1d0ae5c9183c (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "multi-protocol instant messaging client"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ gettext-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2"
EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated"
inherit autotools
|