summaryrefslogtreecommitdiffstats
path: root/abs/core/initscripts/PKGBUILD
blob: b62fcaad708101b24d26ef174cafa542ab8f1da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 8634 2008-08-14 09:53:14Z pierre $
# Maintainer: Thomas Baechler <thomas@archlinux.org>
# Maintainer: Aaron Griffin <aaron@archlinux.org>

pkgname=initscripts
pkgver=2008.08
pkgrel=1
pkgdesc="System initialization/bootup scripts"
arch=('i686' 'x86_64')
url="http://www.archlinux.org"
license=('GPL')
groups=('base')
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses' 'kbd' 'findutils')
install=initscripts.install
source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
md5sums=('317ddba5c41ac61905fd8289805e00cd')

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}-${pkgrel}/
  DESTDIR=$startdir/pkg ./install.sh
}