aboutsummaryrefslogtreecommitdiff
path: root/arch/PKGBUILD
blob: e25d4c23a7b3471bab28b451e2971057e99e282e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- shell-script -*-
#
# Contributor: Adrian C. <anrxc.sysphere.org>

pkgname=rcdscripts-aic
_gitname=rcdscripts
pkgver=2013.06.29
pkgrel=1
pkgdesc="System service scripts for SysV init"
arch=("any")
url="http://git.sysphere.org/rcdscripts/"
license=("GPL2")
depends=("bash")
optdepends=("sysvinit: SysV init"
            "initscripts-aic: functions used by service scripts, SysV compatible")
source=("http://git.sysphere.org/${_gitname}/snapshot/${_gitname}-${pkgver}.tar.xz")
md5sums=("d639cca06fc638d94500b23524c458c3")


package() {
  cd ${srcdir}/${_gitname}-${pkgver}

# Install documentation
  install -d "${pkgdir}/usr/share/${pkgname}/"
  install -m644 README "${pkgdir}/usr/share/${pkgname}/"

# Install scripts
  cp -r ./src/* ${pkgdir}/usr/share/${pkgname}/
}