mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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.06
|
|
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'
|
|
'd68d3c1a9abe773439fa5fa0000ab6c9'
|
|
'5bd94c5ea67521b6b3e94b45ddec808a'
|
|
'3fb0b6e945065ba1d283f136d17d612e'
|
|
'ae343387b55279b8aa872c54b2ac0e50'
|
|
'96fdb70f95844d95a9941ee319601e8d'
|
|
'fe1a494a0b6f269ce1bcafae85a60a7b'
|
|
'c0316960589a345bb50acc3840a3d236'
|
|
'bd236a57bc00aa4727b98c5ae401c457'
|
|
'669ce6d766dd9deb86686219f3763fe4'
|
|
'8c94c7faaa17f0f4971cff19da047e44'
|
|
'e3eb057da4d46477d1e03925c1c12c03'
|
|
'2c4ef098e6ee45cb86272cb3cb28bb47'
|
|
'6440aad816f6a490418ca0e732e283c7')
|
|
|
|
build() {
|
|
cd ${srcdir}/
|
|
DESTDIR=${pkgdir} ./install.sh
|
|
}
|