# -*- shell-script -*- # # Contributor: Adrian C. pkgname=rcdscripts-aic _gitname=rcdscripts pkgver=2013.06.01 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: functions used by service scripts, still fully SysV compatible") # "initscripts-aic: functions used by service scripts" source=("http://git.sysphere.org/${_gitname}/snapshot/${_gitname}-${pkgver}.tar.xz") md5sums=("f54f0e2dee689502508b82e64a418d1f") 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}/ }