blob: 9b90ead009fe09b9abfa3255970d87d743bbbb1f (
plain) (
tree)
|
|
# Contributor: Dan Theisen <djt@hxx.in>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=pm-quirks
pkgver=20100619
pkgrel=0
pkgdesc="Quirks data for pm-utils"
url="https://pm-utils.freedesktop.org/wiki/"
arch="noarch"
options="!check" # this is a bunch of data files for pm-utils, nothing to check
license="GPL-2.0-only" # same as pm-utils, hopefully
depends="pm-utils"
makedepends=""
source="https://pm-utils.freedesktop.org/releases/$pkgname-$pkgver.tar.gz"
package() {
cd "$srcdir"
install -m755 -d ${pkgdir}/usr/lib/pm-utils/video-quirks
install -m644 video-quirks/*.quirkdb ${pkgdir}/usr/lib/pm-utils/video-quirks/
}
sha512sums="e20244fb72475945e08010d7ec19db2c017c1a04fa01d3d08c03d704d7f07f9c087bac6a5a44242cc8ed6cec5db47bc06a8862dd0f74088a565d37b6d7b95afc pm-quirks-20100619.tar.gz"
|