From 3e83de63a03b6e7d3edb22231fcf771c7f4ba350 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 25 Nov 2012 22:14:46 +0100 Subject: arch: import the rcdscripts packaging rules --- arch/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index e69de29..8551cb8 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -0,0 +1,24 @@ +# -*- shell-script -*- +# +# Contributor: Adrian C. + +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/ +} -- cgit v1.2.3