2011-10-08 19:09:58 +02:00
|
|
|
# Template file for 'systemd-analyze'.
|
|
|
|
#
|
2012-08-26 09:38:35 +02:00
|
|
|
noarch=yes
|
2012-05-27 01:02:00 +02:00
|
|
|
depends="python dbus-python systemd>=$version"
|
|
|
|
short_desc="A python utility to analyze some systemd results"
|
2011-10-08 19:09:58 +02:00
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains systemd-analyze, a python application to analyze
|
|
|
|
systemd."
|
|
|
|
|
2012-05-27 01:02:00 +02:00
|
|
|
do_install() {
|
2011-10-08 19:09:58 +02:00
|
|
|
vmove usr/bin/systemd-analyze usr/bin
|
|
|
|
}
|