net-im/netsoul-purple: Version bump
This commit is contained in:
parent
bd8a752aa5
commit
fcdd387a1e
2 changed files with 25 additions and 0 deletions
23
net-im/netsoul-purple/netsoul-purple-0.3.0.ebuild
Normal file
23
net-im/netsoul-purple/netsoul-purple-0.3.0.ebuild
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue