diff options
author | 2016-10-15 17:36:03 +0200 | |
---|---|---|
committer | 2016-10-15 17:42:53 +0200 | |
commit | 4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c (patch) | |
tree | ab121ac5a6307b742c34c8d564c8398c49f97657 /x11-apps/xrectsel/xrectsel-0.3.2.ebuild | |
parent | media-video/pitivi: version bump 0.96-r1 → 0.97 (diff) | |
download | gentoo-4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c.tar.gz gentoo-4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c.tar.bz2 gentoo-4b41bd1dbeb1a6f2e0bab0e428576f65a842e07c.zip |
x11-apps/xrectsel: bump
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-apps/xrectsel/xrectsel-0.3.2.ebuild')
-rw-r--r-- | x11-apps/xrectsel/xrectsel-0.3.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/xrectsel/xrectsel-0.3.2.ebuild b/x11-apps/xrectsel/xrectsel-0.3.2.ebuild new file mode 100644 index 000000000000..526249d3a063 --- /dev/null +++ b/x11-apps/xrectsel/xrectsel-0.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Print the geometry of a rectangular screen region" +HOMEPAGE="https://github.com/lolilolicon/xrectsel" +SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" + +src_prepare() { + eapply_user + eautoreconf +} |