net-im/netsoul-purple: Version bump

This commit is contained in:
nemunaire 2016-01-19 07:52:45 +01:00
commit fcdd387a1e
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
EAPI=5
inherit autotools
DESCRIPTION="Netsoul plugin for libpurple"
HOMEPAGE="https://github.com/wlallemand/netsoul-purple"
SRC_URI="https://github.com/wlallemand/${PN}/archive/${PV}.tar.gz"
IUSE="debug"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~arm ~amd64 ~x86"
DEPEND="dev-libs/glib"
RDEPEND="${DEPEND}
net-im/pidgin"
src_prepare() {
./autogen.sh || die "Autogen failed"
}
src_configure() {
econf $(use_enable debug) || die "configure failed"
}