core/initscripts-systemd/PKGBUILD

28 lines
987 B
Bash
Raw Normal View History

2011-06-17 20:40:10 +08:00
pkgname=initscripts-systemd
pkgver=20120412
2011-06-17 20:40:10 +08:00
pkgrel=1
pkgdesc="Chakra GNU/Linux specific systemd initialization/bootup scripts for systemd"
arch=('any')
url="https://gitorious.org/chakra/chakra-initscripts-systemd"
license=('GPL')
groups=('systemd')
depends=('systemd' 'initscripts')
install=initscripts-systemd.install
source=('Makefile' 'README' 'chakra-daemons.target' 'chakra-modules-load.service' 'rc-local-shutdown.service'
'chakra-daemons' 'chakra-modules-load' 'initscripts-systemd.install' 'rc-local.service')
md5sums=('fd45b0195186bb3e2ef1ec271deec79c'
'c048f6f2a1d0b0e0b86c68a130c29afb'
'1bbb9d142b19f8bc889b97db82456e07'
'defccccdd0fbd1f34dba17f775fe90da'
'82123eadd81cb9631b8b08804f56bae7'
'5188e224c43d07eb65e209f81d6b2a1a'
'e7610e8cb636d3ba132e422212391be7'
'1abcfbfb21f6ce0ef213305a48d9ff9f'
'469d6b560a824a36cdff6e5379ed8bbc')
2011-06-17 20:40:10 +08:00
package() {
cd "$srcdir"
2011-06-17 20:40:10 +08:00
make DESTDIR="$pkgdir" install
}