mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/initscripts to 2012.09.2-2
This commit is contained in:
parent
45973df250
commit
aea27761a8
1 changed files with 5 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Aaron Griffin <aaron@archlinux.org>
|
||||
|
||||
pkgname=initscripts
|
||||
pkgver=2012.08.3
|
||||
pkgver=2012.09.2
|
||||
pkgrel=2
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('any')
|
||||
|
@ -15,17 +15,18 @@ provides=('initscripts-systemd')
|
|||
conflicts=('initscripts-systemd')
|
||||
replaces=('initscripts-systemd')
|
||||
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
|
||||
depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit')
|
||||
depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2' 'ncurses' 'findutils' 'sysvinit-tools')
|
||||
optdepends=('dhcpcd: DHCP network configuration'
|
||||
'bridge-utils: Legacy network bridging support'
|
||||
'net-tools: Legacy network support'
|
||||
'wireless_tools: Legacy wireless networking')
|
||||
'wireless_tools: Legacy wireless networking'
|
||||
'sysvinit: Legacy init support')
|
||||
makedepends=(asciidoc)
|
||||
install=initscripts.install
|
||||
source=("ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz"
|
||||
'alarm.patch'
|
||||
'rc.conf')
|
||||
md5sums=('b5e8de40bf798637cb1634a1555d0f1f'
|
||||
md5sums=('c0a550c17624a6e72dc0edb3da8d664c'
|
||||
'e7ec1f2d469258b91bbda84284d37c4c'
|
||||
'c618e099f522f861e08a475f8960a6c2')
|
||||
|
||||
|
@ -39,8 +40,4 @@ package() {
|
|||
[ "${CARCH}" == "armv7h" ] && sed -i 's/@TTY@/ttyO2/' inittab
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
# moved to filesystem
|
||||
rm -rf ${pkgdir}/etc/profile.d
|
||||
rm ${pkgdir}/usr/share/man/man7/archlinux.7
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue