mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
51 lines
1.3 KiB
Bash
Executable file
51 lines
1.3 KiB
Bash
Executable file
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
|
|
|
pkgname=initscripts
|
|
pkgver=2010.07
|
|
pkgrel=1
|
|
pkgdesc="System initialization/bootup scripts"
|
|
arch=('arm')
|
|
url="http://www.plugboxlinux.org"
|
|
license=('GPL')
|
|
groups=('base')
|
|
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
|
|
depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=139-1'
|
|
'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
|
|
optdepends=('bridge-utils: Network bridging support'
|
|
'dhcpcd: DHCP network configuration'
|
|
'wireless_tools: Wireless networking')
|
|
install=initscripts.install
|
|
source=(adjtime.cron
|
|
functions
|
|
inittab
|
|
install.sh
|
|
minilogd.c
|
|
netfs
|
|
network
|
|
rc.conf
|
|
rc.local
|
|
rc.local.shutdown
|
|
rc.multi
|
|
rc.shutdown
|
|
rc.single
|
|
rc.sysinit)
|
|
|
|
md5sums=('c03a4a5be5e2579b59e0dcd6a21d310b'
|
|
'3f63494a13668789e99606aad059e8a4'
|
|
'5bd94c5ea67521b6b3e94b45ddec808a'
|
|
'3fb0b6e945065ba1d283f136d17d612e'
|
|
'ae343387b55279b8aa872c54b2ac0e50'
|
|
'96fdb70f95844d95a9941ee319601e8d'
|
|
'b61c592e400ab0cd0bb85eec5b82719f'
|
|
'f4743ece29da4980c34f1c7a27d033db'
|
|
'bd236a57bc00aa4727b98c5ae401c457'
|
|
'669ce6d766dd9deb86686219f3763fe4'
|
|
'8c94c7faaa17f0f4971cff19da047e44'
|
|
'd7d0d3a2b01f9cb6512b2b0a67bcf971'
|
|
'230b25d02b0c2f99b9d1053ebcb9694f'
|
|
'47e3f38b25f8482d4ccb5939b30bdca1')
|
|
|
|
build() {
|
|
cd ${srcdir}/
|
|
DESTDIR=${pkgdir} ./install.sh
|
|
}
|