purple-events-0.99.1.ebuild 585 B

12345678910111213141516171819202122232425262728293031
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit autotools eutils
  5. DESCRIPTION="Allows a fine-grained control over libpurple events"
  6. HOMEPAGE="http://purple-events.sardemff7.net/"
  7. SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~x86"
  11. IUSE=""
  12. RDEPEND="net-im/pidgin"
  13. DEPEND="${RDEPEND}
  14. dev-util/intltool
  15. sys-devel/gettext
  16. virtual/pkgconfig"
  17. src_prepare() {
  18. eautoreconf
  19. }
  20. src_install() {
  21. default
  22. prune_libtool_files
  23. }