2011-05-26 04:45:00 +00:00
|
|
|
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2011-08-08 04:11:13 +00:00
|
|
|
# ALARM changes: inittab has a line for ttyS0 at 115200, 2 ttys
|
2011-04-03 18:12:39 +00:00
|
|
|
# for armv5te, 6 for armv7
|
2011-05-26 04:45:00 +00:00
|
|
|
# rc.shutdown has an LED turn-off line
|
|
|
|
# rc.conf is different
|
|
|
|
# rc.sysinit has our copyright info
|
2011-03-05 20:14:44 +00:00
|
|
|
|
2009-10-08 03:40:19 +00:00
|
|
|
pkgname=initscripts
|
2011-08-08 04:11:13 +00:00
|
|
|
pkgver=2011.07.3
|
|
|
|
pkgrel=1
|
2009-10-08 03:40:19 +00:00
|
|
|
pkgdesc="System initialization/bootup scripts"
|
2011-06-21 21:01:20 +00:00
|
|
|
plugrel=1
|
2011-06-20 21:53:09 +00:00
|
|
|
arch=('arm' 'armv7h')
|
2011-05-26 04:45:00 +00:00
|
|
|
url="http://www.archlinuxarm.org"
|
|
|
|
license=('GPL2')
|
2010-04-05 01:16:29 +00:00
|
|
|
groups=('base')
|
2011-01-02 07:20:35 +00:00
|
|
|
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
|
2011-06-21 21:01:20 +00:00
|
|
|
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=171' 'iproute2'
|
|
|
|
'ncurses' 'kbd' 'findutils' 'sysvinit')
|
2009-10-08 03:40:19 +00:00
|
|
|
optdepends=('bridge-utils: Network bridging support'
|
|
|
|
'dhcpcd: DHCP network configuration'
|
2011-06-21 21:01:20 +00:00
|
|
|
'net-tools: legacy network support'
|
2009-10-08 03:40:19 +00:00
|
|
|
'wireless_tools: Wireless networking')
|
2010-04-05 01:16:29 +00:00
|
|
|
install=initscripts.install
|
2011-08-08 04:11:13 +00:00
|
|
|
source=(arch-tmpfiles
|
2011-06-18 04:44:09 +00:00
|
|
|
bash-completion
|
2011-08-08 04:11:13 +00:00
|
|
|
bootlog
|
2011-05-26 04:45:00 +00:00
|
|
|
functions
|
|
|
|
hwclock
|
|
|
|
inittab
|
|
|
|
inittab.armv7
|
|
|
|
Makefile
|
|
|
|
minilogd.c
|
|
|
|
netfs
|
|
|
|
network
|
|
|
|
rc.conf
|
|
|
|
rc.d
|
|
|
|
rc.local
|
|
|
|
rc.local.shutdown
|
|
|
|
rc.multi
|
|
|
|
rc.shutdown
|
|
|
|
rc.single
|
|
|
|
rc.sysinit
|
2011-08-08 04:11:13 +00:00
|
|
|
tmpfiles.conf
|
2011-06-19 05:36:24 +00:00
|
|
|
wireless.conf.d
|
|
|
|
zsh-completion)
|
2011-08-08 04:12:57 +00:00
|
|
|
md5sums=('3f889b8993f56460fd93f47436a67845'
|
|
|
|
'2733ca8c0ef21a0c2f58ea2fb6dc8c4a'
|
|
|
|
'5d253f4da16e543efaff53ac9684c1c6'
|
|
|
|
'3c59d41b921ab471a82781819946d15e'
|
|
|
|
'f5a999a8a280154dbf56d5f714cc4e52'
|
|
|
|
'f02566fd9a1eeac3aadd5d6af32453c5'
|
|
|
|
'6260da9309cdcfd68444867dc91d574a'
|
|
|
|
'126ead847b9c9136ccbc2fd90576831a'
|
|
|
|
'2c2dcc7ce7586f27fc5e6887f8ec74b8'
|
|
|
|
'4ca1cb187131ef4c570a3d28cb9c4040'
|
|
|
|
'15b8356952306ebf081a34b21a584b4b'
|
|
|
|
'c618e099f522f861e08a475f8960a6c2'
|
|
|
|
'dc3397395140d3d4341e780042ed2968'
|
|
|
|
'bd236a57bc00aa4727b98c5ae401c457'
|
|
|
|
'669ce6d766dd9deb86686219f3763fe4'
|
|
|
|
'3fe2916688c65100a63f2ec417821571'
|
|
|
|
'8bfdbfd09ba8851837dc390470a3cfb0'
|
|
|
|
'6be273bc0a206734cffc82cd7e34b487'
|
|
|
|
'ca2ddb4fcdd20dd96c227d6640db9bc1'
|
|
|
|
'93a31c4c3dd41d82e7bf923d71897133'
|
|
|
|
'027576534885b8d5dded9be546057b12'
|
|
|
|
'b2b960ae69bbb63b1b4cd0a81f793089')
|
2009-10-08 03:40:19 +00:00
|
|
|
|
2011-05-26 04:45:00 +00:00
|
|
|
package() {
|
2011-05-27 01:28:29 +00:00
|
|
|
cd ${srcdir}
|
2011-05-26 04:45:00 +00:00
|
|
|
make DESTDIR=${pkgdir} install
|
2011-01-02 07:20:35 +00:00
|
|
|
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
2011-04-03 18:12:39 +00:00
|
|
|
|
|
|
|
# On the armv7 boards, all ttys are enabled in this inittab file
|
2011-06-20 21:53:09 +00:00
|
|
|
if [ "${CARCH}" = "armv7h" ]; then
|
2011-04-03 18:19:21 +00:00
|
|
|
install -D -m644 inittab.armv7 ${pkgdir}/etc/inittab
|
|
|
|
fi
|
2009-10-08 03:40:19 +00:00
|
|
|
}
|