xrectsel-0.3.2.ebuild 479 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit autotools
  5. DESCRIPTION="Print the geometry of a rectangular screen region"
  6. HOMEPAGE="https://github.com/lolilolicon/xrectsel"
  7. SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
  8. LICENSE="GPL-3"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. IUSE=""
  12. DEPEND="x11-libs/libX11"
  13. RDEPEND="${DEPEND}"
  14. src_prepare() {
  15. eapply_user
  16. eautoreconf
  17. }