2011-10-05 22:20:15 +02:00
|
|
|
# Template file for 'gnome-shell-extensions-system-monitor'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="gnome-shell-extensions"
|
2011-10-05 22:20:15 +02:00
|
|
|
short_desc="System monitor extension for GNOME Shell"
|
|
|
|
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
cd ${wrksrc}/extensions/systemMonitor
|
|
|
|
make DESTDIR=${DESTDIR} install
|
|
|
|
}
|