aboutsummaryrefslogtreecommitdiff
path: root/arch/PKGBUILD
blob: ff2a1a0c8d60ec1a4a65f485cb0d2b78ada32a61 (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
# -*- shell-script -*-
#
# Contributor: Adrian C. <anrxc.sysphere.org>

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


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

  install -d "${pkgdir}/usr/share/${pkgname}/"
  cp -arp ${srcdir}/src/* ${pkgdir}/usr/share/${pkgname}/
}