mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:47:15 +08:00
53 lines
1.8 KiB
Bash
53 lines
1.8 KiB
Bash
|
|
# Maintainer: Kurt J. Bosch <kjb-temp-2009 at alpenjodel dot de>
|
|
|
|
pkgname=initscripts-extras-fbsplash
|
|
pkgver=1.2.6
|
|
pkgrel=1
|
|
pkgdesc="Improved Fbsplash scripts for Chakra GNU/Linux"
|
|
arch=('any')
|
|
url="http://aur.archlinux.org/packages.php?ID=26039"
|
|
license=('GPL2' 'GPL')
|
|
depends=(
|
|
'bash>=4'
|
|
'fbsplash>=1.5.4.3-1'
|
|
'fbsplash-scripts'
|
|
'initscripts>=2010.05'
|
|
)
|
|
conflicts=('initscripts-splashy')
|
|
backup=('etc/conf.d/fbsplash-extras')
|
|
install=initscripts-extras-fbsplash.install
|
|
source=(
|
|
fbsplash-extras.conf
|
|
fbsplash-extras.sh
|
|
splash-functions-extra.sh
|
|
fbsplash-initscripts-services-get
|
|
fbsplash-initscripts-simulate
|
|
fbsplash-initscripts-simulate-functions
|
|
Changelog
|
|
functions-hooks
|
|
)
|
|
build() {
|
|
cd ${pkgdir}
|
|
# Install config file and scripts
|
|
install -D -m644 ${srcdir}/fbsplash-extras.conf etc/conf.d/fbsplash-extras &&
|
|
install -D -m644 ${srcdir}/fbsplash-extras.sh etc/rc.d/functions.d/fbsplash-extras.sh &&
|
|
install -D -m644 ${srcdir}/splash-functions-extra.sh sbin/splash-functions-extra.sh || return 1
|
|
# Install initscripts functions with hooks
|
|
install -D -m644 ${srcdir}/functions-hooks etc/rc.d/functions.d/functions-hooks.sh || return 1
|
|
# Install misc scripts and changelog
|
|
mkdir -p usr/bin/
|
|
install -m755 ${srcdir}/fbsplash-initscripts-services-get usr/bin/
|
|
install -m755 ${srcdir}/fbsplash-initscripts-simulate usr/bin/
|
|
install -m644 ${srcdir}/fbsplash-initscripts-simulate-functions usr/bin/
|
|
install -D -m644 ${srcdir}/Changelog usr/share/doc/${pkgname}/Changelog
|
|
}
|
|
md5sums=('47cd836f99381959bb610c4d62c2c6b1'
|
|
'f160b493b175e4319553a0cb2954c0e5'
|
|
'5aaac100e594f207fe9ee801aed9cead'
|
|
'1821489d53b45c8c5c68d3695bc78d36'
|
|
'731c6ad2c59f503769dc92c51a50977b'
|
|
'13f0b1d80d4959f85ea98f13512e706a'
|
|
'f0b7440764ee4d63b05de13cfd0221cb'
|
|
'6c4c8c52acda39572b3b4bebfc4f6370')
|