2009-05-11 21:50:20 +02:00
|
|
|
# Template file for 'pm-utils'
|
|
|
|
pkgname=pm-utils
|
2009-12-24 00:38:25 +01:00
|
|
|
version=1.2.6.1
|
2009-05-11 21:50:20 +02:00
|
|
|
distfiles="http://$pkgname.freedesktop.org/releases/$pkgname-$version.tar.gz"
|
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Power Management Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-12-24 00:38:25 +01:00
|
|
|
checksum=e5ad45930b20931bed9a44678f72fd53ff85f2a0fc694d9ea2c02180431c5e35
|
2009-05-11 21:50:20 +02:00
|
|
|
long_desc="
|
|
|
|
$pkgname is a small collection of scripts that handle suspend and
|
|
|
|
resume on behalf of HAL (Hardware Abstraction Layer)."
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full procps
|
2009-05-12 02:26:39 +02:00
|
|
|
Add_dependency full vbetool
|
2009-10-05 18:14:18 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
install -D -m644 ${FILESDIR}/$pkgname.logrotate \
|
|
|
|
${DESTDIR}/etc/logrotate.d/$pkgname
|
|
|
|
}
|