aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-25 22:14:46 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-25 22:14:46 +0100
commit3e83de63a03b6e7d3edb22231fcf771c7f4ba350 (patch)
treef650fede8f9a540b353cff4d65c261638805666d /arch
parent16262790cb6ddacf6c632625cc865e03b1b8671f (diff)
downloadrcdscripts-3e83de63a03b6e7d3edb22231fcf771c7f4ba350.tar.xz
arch: import the rcdscripts packaging rules
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/
+}