aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
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. <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/
+}