summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f14985d6ea573e4e9ae86d3ad482c92d6c5eb2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=aacs-keydb
pkgrel=1
pkgver=1.0
pkgdesc='Contains the Key Database for the AACS Library'
arch=('any')
url='http://fvonline-db.bplaced.net/'
depends=('libaacs')
source=('http://fvonline-db.bplaced.net/export/keydb_eng.zip')
md5sums=('SKIP')

package() {
	install -d "${pkgdir}/etc/xdg/aacs" || return 1
	install -Dm644 "${srcdir}/keydb.cfg" "${pkgdir}/etc/xdg/aacs/KEYDB.cfg" || return 1
}