updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / fbsplash-extras / PKGBUILD
blob88106bbc0e06b21ef8f209e57677d2125a548cf1
1 #!/bin/bash
3 # Maintainer: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
5 pkgname=fbsplash-extras
6 pkgver=3.0
7 pkgrel=1
9 pkgdesc="Advanced Fbsplash script for Arch Linux initscripts"
10 arch=('any')
11 url="http://aur.archlinux.org/packages.php?ID=38775"
12 license=( 'GPL' )
13 depends=(
14 'bash>=4' 'fbsplash>=1.5.4.3-31'
16 conflicts=( 'initscripts-extras-fbsplash' 'initscripts-splashy' )
17 optdepends=(
18 'mkinitcpio>=0.6.8: Early splash daemon start'
19 'initscripts>=2011.09.2: Bootup/shutdown splash daemon control'
20 'fbsplash-themes-arch-banner: Show icons for daemons and pseudo-services'
22 source=(
23 splash-extras
24 fbsplash-extras.sh
25 fbsplash-initscripts-services-get
26 fbsplash-chvt
27 fbsplash-controld
28 fbsplash-control-functions.bash
29 75fbsplash-extras
31 backup=( etc/conf.d/splash-extras )
32 install=INSTALL
34 package() {
35 cd ${pkgdir}
36 mkdir -p etc/conf.d etc/rc.d/functions.d sbin usr/bin usr/lib/pm-utils/sleep.d
37 cd ${srcdir}
38 install -m644 -t ${pkgdir}/etc/conf.d splash-extras
39 install -m644 -t ${pkgdir}/etc/rc.d/functions.d fbsplash-extras.sh
40 install -m755 -t ${pkgdir}/sbin fbsplash-chvt fbsplash-controld
41 install -m644 -t ${pkgdir}/sbin fbsplash-control-functions.bash
42 install -m755 -t ${pkgdir}/usr/bin fbsplash-initscripts-services-get
43 install -m755 -t ${pkgdir}/usr/lib/pm-utils/sleep.d 75fbsplash-extras
46 md5sums=('85b6886cc6b558f415de9c81f9e5e6e5'
47 '89771d9201c747e1f3160ca3bc7f59d5'
48 '138c98eaa8efdc3f0c01bb577917ba61'
49 'a6079212a03b310f7c798644b99baf86'
50 '2272116b5967ba3383df59cd2a7a4fb6'
51 '72e47b0f28dfaaeb67ac0915dce87075'
52 '0e0410900e8617c9ca4d02ffbf93d8be')