summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e317f0491b82710512f0b343a5c5b1b93d243d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Maintainer: Alexey D. <lq07829icatm@rambler.ru>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: Thomas Bächler <thomas@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>

pkgname=initscripts-fork
pkgver=2014.09.1
pkgrel=1
pkgdesc="Maintained fork of system initialization/bootup scripts"
arch=('any')
url="https://bitbucket.org/TZ86/initscripts-fork/overview"
license=('GPL2')
provides=('initscripts-systemd' 'initscripts')
conflicts=('initscripts-systemd' 'initscripts')
replaces=('initscripts-systemd' 'initscripts')
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
depends=('glibc' 'bash' 'coreutils' 'iproute2' 'ncurses' 'findutils' 'sysvinit' 'procps-ng' 'kbd')
optdepends=('dhcpcd: DHCP network configuration'
            'bridge-utils: Network bridging support'
            'net-tools: Network support'
            'wireless_tools: Wireless networking'
            'systemd: new crypttab format support'
            'sysctl-default-conf: additional tweaks for kernel parameters')
makedepends=(asciidoc)
install=initscripts.install
source=(https://bitbucket.org/TZ86/$pkgname/get/$pkgver.tar.bz2)
md5sums=('10428fab486b57ed47f7a19033239446')

package() {
  cd TZ86-$pkgname-*

  make DESTDIR=${pkgdir} install
}

# vim:set ts=2 sw=2 et: