mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-25 02:52:16 +08:00
initscripts: update to 2011.09
filesystem: update to 2011.09
This commit is contained in:
parent
ad85c794de
commit
7693a0720b
@ -5,27 +5,39 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=initscripts
|
||||
pkgver=2011.04
|
||||
pkgrel=1
|
||||
pkgver=2011.09
|
||||
pkgrel=0.$(date +%Y.%m.%d)
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.chakra-project.org"
|
||||
license=('GPL2')
|
||||
groups=('base')
|
||||
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
|
||||
depends=('bash' 'grep' 'coreutils' 'udev>=167'
|
||||
'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
|
||||
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=171' 'iproute2'
|
||||
'ncurses' 'kbd' 'findutils' 'sysvinit')
|
||||
optdepends=('bridge-utils: Network bridging support'
|
||||
'dhcpcd: DHCP network configuration'
|
||||
'net-tools: legacy network support'
|
||||
'wireless_tools: Wireless networking')
|
||||
install=initscripts.install
|
||||
source=("http://chakra-project.org/sources/initscripts/initscripts-${pkgver}.tar.xz"
|
||||
source=("http://chakra-project.org/sources/initscripts/initscripts-${pkgver}-${pkgrel}.tar.xz"
|
||||
'http://chakra-project.org/sources/initscripts/wireless.conf.d')
|
||||
sha256sums=('95d09e2f68f18e6af5bba1a650352a1b9052eb5a10f1b432f3a78b649d545d9d'
|
||||
sha256sums=('646152f188948f6637d6c764d02d54125634baa476694e186207c01b1a7e6119'
|
||||
'0eba4250b07e0a727ef64772f5ee9027b123cbd4bb0894ba2842f545035c827f')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
mksource() {
|
||||
rm -vRf chakra-${pkgname}
|
||||
git clone git://gitorious.org/chakra/chakra-${pkgname}.git
|
||||
rm -vRf chakra-${pkgname}/.git
|
||||
pushd chakra-${pkgname}
|
||||
popd
|
||||
tar -cvJf ${pkgname}-${pkgver}-${pkgrel}.tar.xz chakra-${pkgname}/*
|
||||
sha256sum ${pkgname}-${pkgver}-${pkgrel}.tar.xz
|
||||
}
|
||||
package() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
cd ${srcdir}/chakra-${pkgname}
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user