aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}/
}