2009-03-22 03:33:42 +00:00
|
|
|
# Template file for 'ConsoleKit-x11'.
|
|
|
|
#
|
|
|
|
short_desc="${sourcepkg} X11-requiring add-ons"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains some tools that require X libraries."
|
|
|
|
|
2011-11-12 08:45:15 +00:00
|
|
|
revision=2
|
2011-10-11 05:04:27 +00:00
|
|
|
|
|
|
|
Add_dependency run dbus-x11
|
2010-01-08 17:46:47 +00:00
|
|
|
Add_dependency run ConsoleKit
|
2009-03-22 03:33:42 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2011-10-11 05:04:27 +00:00
|
|
|
vmove "usr/libexec/ck*" usr/libexec
|
2009-03-22 03:33:42 +00:00
|
|
|
}
|