mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
50 lines
1.4 KiB
Bash
50 lines
1.4 KiB
Bash
# Maintainer: Krzysztof "hiciu" Warzecha <kwarzecha7@gmail.com>
|
|
|
|
pkgname=initscripts
|
|
pkgver=2009.08
|
|
pkgrel=8
|
|
pkgdesc="System initialization/bootup scripts"
|
|
arch=('arm')
|
|
url="http://www.archlinux.org"
|
|
license=('GPL')
|
|
groups=('base' 'small-base')
|
|
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
|
|
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=139-1' 'sysvinit' 'net-tools')
|
|
optdepends=('bridge-utils: Network bridging support'
|
|
'dhcpcd: DHCP network configuration'
|
|
'wireless_tools: Wireless networking')
|
|
source=('adjtime.cron'
|
|
'inittab'
|
|
'minilogd.c'
|
|
'network'
|
|
'rc.local'
|
|
'rc.multi'
|
|
'rc.single'
|
|
'functions'
|
|
'install.sh'
|
|
'netfs'
|
|
'rc.conf'
|
|
'rc.local.shutdown'
|
|
'rc.shutdown'
|
|
'rc.sysinit')
|
|
|
|
md5sums=('c03a4a5be5e2579b59e0dcd6a21d310b'
|
|
'b5872d7ed0f129ebd883b9d26033d4fe'
|
|
'2c2dcc7ce7586f27fc5e6887f8ec74b8'
|
|
'e3637ea43f2dbabba7b1b44f94b0277d'
|
|
'bd236a57bc00aa4727b98c5ae401c457'
|
|
'37c1abbbe4ee5139c5bd8f0f4f2e69ba'
|
|
'048a7f5c7e5b0285001f308c3b6d30f1'
|
|
'c98f6e640d0aeba23a4aed511c526d19'
|
|
'3fb0b6e945065ba1d283f136d17d612e'
|
|
'96fdb70f95844d95a9941ee319601e8d'
|
|
'd0841b0139e955d8da162dc33c5002ea'
|
|
'669ce6d766dd9deb86686219f3763fe4'
|
|
'd907663acca54bb7d01ca1d8cf21d191'
|
|
'9719eab844ea82022647f77695f7a929')
|
|
|
|
build() {
|
|
cd ${startdir}/src/
|
|
chmod u+x install.sh
|
|
DESTDIR=$startdir/pkg ./install.sh
|
|
}
|