# -*- shell-script -*- # # Contributor: Adrian C. 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}/ }