mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/initscripts to 2012.05.1-3
This commit is contained in:
parent
bce07c3195
commit
372a429cec
1 changed files with 5 additions and 2 deletions
|
@ -11,14 +11,14 @@ plugrel=1
|
||||||
|
|
||||||
pkgname=initscripts
|
pkgname=initscripts
|
||||||
pkgver=2012.05.1
|
pkgver=2012.05.1
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
pkgdesc="System initialization/bootup scripts"
|
pkgdesc="System initialization/bootup scripts"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://www.archlinux.org"
|
url="http://www.archlinux.org"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
|
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
|
||||||
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=182' 'iproute2'
|
depends=('glibc' 'bash' 'grep' 'coreutils' 'systemd-tools' 'iproute2'
|
||||||
'ncurses' 'kbd' 'findutils' 'sysvinit')
|
'ncurses' 'kbd' 'findutils' 'sysvinit')
|
||||||
optdepends=('bridge-utils: Network bridging support'
|
optdepends=('bridge-utils: Network bridging support'
|
||||||
'dhcpcd: DHCP network configuration'
|
'dhcpcd: DHCP network configuration'
|
||||||
|
@ -45,4 +45,7 @@ package() {
|
||||||
|
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR=${pkgdir} install
|
||||||
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
||||||
|
|
||||||
|
# these moved to systemd-tools, will be gone in the next initscripts release
|
||||||
|
rm ${pkgdir}/usr/share/man/man5/{hostname,{locale,vconsole}.conf}.5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue