1 # Contributor: graysky <graysky AT archlinux dot us>
5 pkgdesc='Keeps track of EVERY kernel module that has ever been probed. Useful for those of us who make localmodconfig :)'
8 depends=('module-init-tools')
10 url=https://wiki.archlinux.org/index.php/Modprobed_db
11 source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
12 sha256sums=('42eb8063feb9f2d9195d0c16a087fcb535035d0e080c9335b9db338b570c93cd')
13 install=readme.install
14 backup=(etc/modprobed_db.conf)
17 cd "$srcdir/$pkgname-$pkgver"
18 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
19 install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
22 install -g 0 -o 0 -Dm 0644 $pkgname.manpage.gz "$pkgdir/usr/share/man/man8/$pkgname.8.gz"