void-packages/srcpkgs/lightdm/liblightdm-qt.template
2011-11-09 08:41:52 +01:00

16 lines
337 B
Text

# Template file for 'liblightdm-qt'.
#
short_desc="${short_desc} - QT support library"
long_desc="${long_desc}
This package contains the QT support library for LightDM."
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run qt
do_install()
{
vmove "usr/lib/liblightdm-qt*.so*" usr/lib
}