summaryrefslogblamecommitdiff
path: root/user/pm-quirks/APKBUILD
blob: fccbb484436a6fd67832552609780afad208f8a4 (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"
license="GPL-2.0-only" # same as pm-utils, hopefully
depends="pm-utils"
makedepends=""
subpackages=""
options="!check" # this is a bunch of data files for pm-utils, nothing to check
source="http://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"