2009-05-11 19:50:20 +00:00
|
|
|
# Template file for 'pm-utils'
|
|
|
|
pkgname=pm-utils
|
2010-11-02 12:20:05 +00:00
|
|
|
version=1.4.1
|
2013-02-21 08:33:16 +00:00
|
|
|
revision=7
|
2011-06-04 16:19:15 +00:00
|
|
|
patch_args="-Np1"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-16 17:46:38 +00:00
|
|
|
configure_args="--libdir=/usr/lib"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="bash"
|
|
|
|
makedepends="xmlto"
|
2013-02-21 08:33:16 +00:00
|
|
|
fulldepends="dmidecode ethtool vbetool"
|
2009-05-11 19:50:20 +00:00
|
|
|
short_desc="Power Management Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-04 16:19:15 +00:00
|
|
|
homepage="http://pm-utils.freedesktop.org"
|
|
|
|
license="GPL-2"
|
2012-06-12 05:49:54 +00:00
|
|
|
distfiles="
|
2013-02-21 08:33:16 +00:00
|
|
|
http://pm-utils.freedesktop.org/releases/$pkgname-$version.tar.gz
|
|
|
|
http://pm-utils.freedesktop.org/releases/pm-quirks-20100619.tar.gz"
|
2010-05-06 04:02:03 +00:00
|
|
|
checksum="
|
2013-02-21 08:33:16 +00:00
|
|
|
8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b
|
|
|
|
14a50518928c27417cdc8bcbabb32b3d986931de105149aa248d8883e56c61ec"
|
2009-05-11 19:50:20 +00:00
|
|
|
|
2012-06-12 05:49:54 +00:00
|
|
|
post_install() {
|
|
|
|
# Switch to /run.
|
|
|
|
sed -i -e "s|/var/run/pm-utils|/run/pm-utils|g" \
|
|
|
|
${DESTDIR}/usr/lib/pm-utils/pm-functions
|
2011-06-04 16:19:15 +00:00
|
|
|
# nm >=0.8.2 has native udev suspend/resume support
|
|
|
|
rm -f "${DESTDIR}/usr/lib/pm-utils/sleep.d/55NetworkManager"
|
|
|
|
# Remove hooks that cause hardware failure or don't make sense at all
|
2011-06-04 19:24:18 +00:00
|
|
|
for f in harddrive hal-cd-polling; do
|
2011-06-04 16:19:15 +00:00
|
|
|
rm -f ${DESTDIR}/usr/lib/pm-utils/power.d/$f
|
|
|
|
done
|
2010-11-02 12:20:05 +00:00
|
|
|
mv ${XBPS_BUILDDIR}/video-quirks/*.quirkdb ${DESTDIR}/usr/lib/pm-utils
|
2011-06-04 19:24:18 +00:00
|
|
|
rmdir ${XBPS_BUILDDIR}/video-quirks
|
2009-10-05 16:14:18 +00:00
|
|
|
}
|