2010-06-06 18:46:28 +08:00
|
|
|
#
|
|
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
|
|
|
|
|
|
# include global config
|
|
|
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
2010-03-13 23:25:19 +08:00
|
|
|
|
|
|
|
pkgname=initscripts
|
2010-05-16 23:08:55 +08:00
|
|
|
pkgver=2010.05
|
2010-06-06 23:25:29 +08:00
|
|
|
pkgrel=8
|
2010-03-13 23:25:19 +08:00
|
|
|
pkgdesc="System initialization/bootup scripts"
|
|
|
|
arch=('i686' 'x86_64')
|
2010-05-21 08:46:02 +08:00
|
|
|
url="http://www.chakra-project.org"
|
2010-03-13 23:25:19 +08:00
|
|
|
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>=139-1'
|
|
|
|
'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
|
|
|
|
optdepends=('bridge-utils: Network bridging support'
|
|
|
|
'dhcpcd: DHCP network configuration'
|
|
|
|
'wireless_tools: Wireless networking')
|
|
|
|
install=initscripts.install
|
2010-06-29 15:52:46 +08:00
|
|
|
source=(http://chakra-project.org/sources/initscripts/initscripts-${pkgver}-${pkgrel}.tar.gz)
|
2010-06-06 23:25:29 +08:00
|
|
|
md5sums=('e9e11d508519eb5a20db160ed95fae53')
|
2010-03-13 23:25:19 +08:00
|
|
|
|
|
|
|
build() {
|
2010-04-04 22:20:41 +08:00
|
|
|
cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}/
|
2010-03-13 23:25:19 +08:00
|
|
|
DESTDIR=${pkgdir} ./install.sh
|
|
|
|
}
|