c896eeafaf40bbef21fb94de39fc984d1c16f112
[gentoo.git] / sys-power / pm-quirks / pm-quirks-20100619-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Video Quirks database for pm-utils"
7 HOMEPAGE="https://pm-utils.freedesktop.org/"
8 SRC_URI="https://pm-utils.freedesktop.org/releases/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 s390 sparc x86"
13 IUSE=""
14
15 S="${WORKDIR}"
16
17 src_install() {
18         insinto /usr/$(get_libdir)/pm-utils
19         doins -r video-quirks
20 }