media-gfx/xrectsel: add new pkg, version 0.3.1

This commit is contained in:
Wang Jiajun 2014-09-28 23:54:27 +08:00
parent 01bd1d5376
commit fb99521474
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST xrectsel-0.3.1.tar.gz 14804 SHA256 e797377b28de7095d912a4e96ee59ab1c98f493005cede7149532ede058afdb4

View File

@ -0,0 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
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=""
RESTRICT="mirror"
DEPEND=""
RDEPEND="${DEPEND}
x11-libs/libX11"
src_prepare() {
eautoreconf
}