summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 053ba985d3a0b329e14e5988824d42f6ef86fa38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: nemesys

pkgname=fbcondecor-openrc
pkgver=5.7.12
pkgrel=1
pkgdesc="Simple openrc service to activate console decorations on system start. Requires fbsplash and a kernel with fbcondecor patch applied."
arch=('any')
url="http://sourceforge.net/projects/fbsplash.berlios/"
license=('GPL')
depends=('fbsplash') 
optdepends=('linux-fbcondecor: enable console background images'
'linux-ck-fbcondecor: enable console background images and linux-ck kernel patchset')
conflicts=('fbsplash-scripts' 'initscripts-extras-fbsplash')
install=$pkgname.install
source=('fbcondecor')
md5sums=('ba528a17722aa9e39dd8693ef7d19883')

package() {
  msg2 "Installing fbcondecor for openrc support.."
  # Install fbcodecor script and config file
  install -Dm644 "$srcdir/fbcondecor" "$pkgdir/etc/init.d/fbcondecor"
}