Added lightdm-0.2.3 build template.
This commit is contained in:
17
srcpkgs/lightdm/liblightdm-qt.template
Normal file
17
srcpkgs/lightdm/liblightdm-qt.template
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/liblightdm-qt*.so* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user