From f783201d0c4dc7de6ba5b774042704298ad5f5d9 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 27 Nov 2012 01:51:54 +0100 Subject: arch: update packaging rules for release 2012.11.27 --- arch/PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'arch/PKGBUILD') 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}/ } -- cgit v1.2.3