mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
* fix chakra-initscripts/PKGBUILD
This commit is contained in:
parent
b941940cd8
commit
96e2e3c751
@ -10,18 +10,19 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
_origname=initscripts
|
||||
pkgname=chakra-initscripts
|
||||
pkgver=2010.05
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="System initialization/bootup scripts"
|
||||
arch=('any')
|
||||
url="http://www.archlinux.org"
|
||||
url="http://www.chakra-project.org"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=139-1'
|
||||
'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
|
||||
install=initscripts.install
|
||||
source=(http://chakra-project.org/sources/initscripts/${_origname}-${pkgver}-${pkgrel}.tar.gz)
|
||||
md5sums=('6de41e3b3792d91a1f84abea73f16611')
|
||||
md5sums=('f193ed0e95db015f49ead147353baf7b')
|
||||
provides=('initscripts=2010.05')
|
||||
conflicts=('initscripts')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${_origname}-${pkgver}-${pkgrel}/
|
||||
|
Loading…
Reference in New Issue
Block a user