mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
53 lines
1.6 KiB
Bash
53 lines
1.6 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')
|
|
#We will change them, so we should keep them in local repo
|
|
#Sorry, but they can't be kept in separate directory. Makepkg complains
|
|
#about it..
|
|
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'
|
|
'574273c77fff4954c8628418b5c8fc82'
|
|
'2c2dcc7ce7586f27fc5e6887f8ec74b8'
|
|
'e3637ea43f2dbabba7b1b44f94b0277d'
|
|
'bd236a57bc00aa4727b98c5ae401c457'
|
|
'37c1abbbe4ee5139c5bd8f0f4f2e69ba'
|
|
'048a7f5c7e5b0285001f308c3b6d30f1'
|
|
'c98f6e640d0aeba23a4aed511c526d19'
|
|
'3fb0b6e945065ba1d283f136d17d612e'
|
|
'96fdb70f95844d95a9941ee319601e8d'
|
|
'4a44e2c64b6820e67bedd5cd33699ec7'
|
|
'669ce6d766dd9deb86686219f3763fe4'
|
|
'81e36de17d6ebf6fe9a1026a2d6f6f83'
|
|
'04476feac2c4aeff97b6d9fcd239f1e0')
|
|
|
|
build() {
|
|
cd ${startdir}/src/
|
|
chmod u+x install.sh
|
|
DESTDIR=$startdir/pkg ./install.sh
|
|
}
|