You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1....

33 lines
665 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools vcs-snapshot
DESCRIPTION="X.org tslib input driver"
HOMEPAGE="https://github.com/merge/xf86-input-tslib"
SRC_URI="https://github.com/merge/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
RDEPEND="x11-libs/tslib
x11-base/xorg-server:="
DEPEND="${RDEPEND}
x11-base/xorg-proto"
DOCS=( "README.md" )
src_prepare() {
default
eautoreconf
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}