pm-utils: update to 1.4.1.

This commit is contained in:
Juan RP 2010-11-02 13:20:05 +01:00
parent ec4d2462e7
commit 783a8d7377
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'pm-utils'
pkgname=pm-utils
version=1.3.0
version=1.4.1
distfiles="
http://pm-utils.freedesktop.org/releases/$pkgname-$version.tar.gz
http://pm-utils.freedesktop.org/releases/pm-quirks-20100316.tar.gz"
http://pm-utils.freedesktop.org/releases/pm-quirks-20100619.tar.gz"
build_style=gnu_configure
configure_args="--libdir=/usr/lib"
short_desc="Power Management Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum="
586cc4a6d40e5d659d9d634ba9d3cde6268a0543fd7f29026a3069bcd726806e
f5872464c7af4df9ae017cb3595cc416ab28b0e87f97ff7323af7244822c4412"
8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b
14a50518928c27417cdc8bcbabb32b3d986931de105149aa248d8883e56c61ec"
long_desc="
$pkgname is a small collection of scripts that handle suspend and
resume on behalf of HAL (Hardware Abstraction Layer)."
@ -25,5 +25,5 @@ post_install()
{
install -D -m644 ${FILESDIR}/$pkgname.logrotate \
${DESTDIR}/etc/logrotate.d/$pkgname
mv ${XBPS_BUILDDIR}/*.quirkdb ${DESTDIR}/usr/lib/pm-utils
mv ${XBPS_BUILDDIR}/video-quirks/*.quirkdb ${DESTDIR}/usr/lib/pm-utils
}