mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
initscripts-live: adopt to 2011.11.0
This commit is contained in:
parent
d0c9bc2edf
commit
0662eebd19
@ -6,8 +6,7 @@
|
||||
|
||||
_origname=initscripts
|
||||
pkgname=initscripts-live
|
||||
pkgver=2011.09.1
|
||||
_pkgver=2011.09
|
||||
pkgver=2011.11.0
|
||||
pkgrel=1
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,24 +16,24 @@ groups=('livecd')
|
||||
provides=("initscripts=${pkgver}")
|
||||
conflicts=('initscripts' 'chakra-initscripts')
|
||||
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
|
||||
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=171' 'iproute2'
|
||||
depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=174' 'iproute2'
|
||||
'ncurses' 'kbd' 'findutils' 'sysvinit')
|
||||
optdepends=('bridge-utils: Network bridging support'
|
||||
'dhcpcd: DHCP network configuration'
|
||||
'net-tools: legacy network support'
|
||||
'wireless_tools: Wireless networking')
|
||||
source=("http://chakra-project.org/sources/initscripts/initscripts-${_pkgver}.tar.xz"
|
||||
'http://chakra-project.org/sources/initscripts/wireless.conf.d'
|
||||
"http://chakra-project.org/sources/initscripts/${pkgname}-2011.04.r3.patch")
|
||||
sha256sums=('569041e2009fc4b9fe3011d459443fd82dbbeee7c79cb796d88abb8e598d9448'
|
||||
source=("http://chakra.sourceforge.net/sources/${_origname}/${_origname}-${pkgver}.tar.xz"
|
||||
'http://chakra.sourceforge.net/sources/initscripts/wireless.conf.d'
|
||||
"http://chakra.sourceforge.net/sources/initscripts/${pkgname}-${pkgver}.patch")
|
||||
sha256sums=('964aea6ed0746dd3b842be9417e30f2bc57a393ef26a122de1175b3bf1f877a0'
|
||||
'0eba4250b07e0a727ef64772f5ee9027b123cbd4bb0894ba2842f545035c827f'
|
||||
'27369ec8b3efa56527b208e40cff92b703d9a6c436e6614cc73be69eca226ad3')
|
||||
'8654a9e79385cc746aa9ecc11d0f0fb7001e3087a7a0fadc55922dd84494dbe8')
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${_origname}-${_pkgver}
|
||||
cd ${srcdir}/chakra-${_origname}
|
||||
make DESTDIR=${pkgdir} install
|
||||
install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
|
||||
cd ${pkgdir}
|
||||
patch -Np1 -i ${srcdir}/${pkgname}-2011.04.r3.patch || return 1
|
||||
patch -Np1 -i ${srcdir}/${pkgname}-${pkgver}.patch || return 1
|
||||
rm -v $(find . -type f -name '*.orig')
|
||||
}
|
||||
|
@ -7,7 +7,6 @@
|
||||
pkgname=initscripts
|
||||
pkgver=2011.11.0
|
||||
pkgrel=1
|
||||
_codename=Edn
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.chakra-project.org"
|
||||
|
Loading…
Reference in New Issue
Block a user