aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-27 01:51:54 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-11-27 01:51:54 +0100
commitf783201d0c4dc7de6ba5b774042704298ad5f5d9 (patch)
tree334e8910b57eaca485187e4673dc6d9e471f4e3d
parentbd914a040fa1d85dae9c0d22ee13b5e0e6345b9f (diff)
downloadrcdscripts-f783201d0c4dc7de6ba5b774042704298ad5f5d9.tar.xz
arch: update packaging rules for release 2012.11.27
-rw-r--r--arch/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/arch/PKGBUILD b/arch/PKGBUILD
index ff2a1a0..f691260 100644
--- a/arch/PKGBUILD
+++ b/arch/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=rcdscripts-aic
_gitname=rcdscripts
-pkgver=2012.11.25
+pkgver=2012.11.27
pkgrel=1
pkgdesc="System service scripts for SysV init"
arch=("any")
@@ -13,13 +13,17 @@ 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=("")
+source=("http://git.sysphere.org/${_gitname}/snapshot/${_gitname}-${pkgver}.tar.xz")
+md5sums=("e0de162d95ed0b485f2846606c8caf97")
package() {
cd ${srcdir}/${_gitname}-${pkgver}
+# Install documentation
install -d "${pkgdir}/usr/share/${pkgname}/"
- cp -arp ${srcdir}/src/* ${pkgdir}/usr/share/${pkgname}/
+ install -m644 README "${pkgdir}/usr/share/${pkgname}/"
+
+# Install scripts
+ cp -r ./src/* ${pkgdir}/usr/share/${pkgname}/
}