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

pkgname=rcdscripts-aic
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/rcdscripts-aic/${pkgname}-${pkgver}.tar.xz")
#md5sums=("")


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

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