diff --git a/srcpkgs/dmraid/template b/srcpkgs/dmraid/template index ea14a6fecf..5317badfdd 100644 --- a/srcpkgs/dmraid/template +++ b/srcpkgs/dmraid/template @@ -2,12 +2,10 @@ pkgname=dmraid _distver=1.0.0.rc16 _patchver=3 -revision=2 +revision=3 version="${_distver}.${_patchver}" wrksrc="${pkgname}" build_wrksrc="${_distver}-${_patchver}/${pkgname}" -homepage="http://people.redhat.com/~heinzm/sw/dmraid/" -distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2" build_style=gnu-configure configure_args="--enable-led --enable-intel_led --enable-shared_lib" depends="device-mapper>=2.02.95_3" @@ -16,6 +14,8 @@ systemd_services="dmraid.service off" short_desc="Device mapper RAID interface" maintainer="Juan RP " license="GPL-2, LGPL-2.1" +homepage="http://people.redhat.com/~heinzm/sw/dmraid/" +distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2" checksum=93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8 long_desc=" dmraid discovers, activates, deactivates and displays properties of software RAID sets @@ -38,5 +38,5 @@ post_install() { rm -rf ${DESTDIR}/usr/include rm -f ${DESTDIR}/usr/lib/*.a # systemd service. - vinstall ${FILESDIR}/dmraid.service 644 lib/systemd/system + vinstall ${FILESDIR}/dmraid.service 644 usr/lib/systemd/system }