mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 15:58:56 -04:00
media-gfx/xrectsel: add new pkg, version 0.3.1
This commit is contained in:
parent
01bd1d5376
commit
fb99521474
1
media-gfx/xrectsel/Manifest
Normal file
1
media-gfx/xrectsel/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST xrectsel-0.3.1.tar.gz 14804 SHA256 e797377b28de7095d912a4e96ee59ab1c98f493005cede7149532ede058afdb4
|
26
media-gfx/xrectsel/xrectsel-0.3.1.ebuild
Normal file
26
media-gfx/xrectsel/xrectsel-0.3.1.ebuild
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user