mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
13 lines
305 B
Text
13 lines
305 B
Text
# Template file for 'liblightdm-gobject'.
|
|
#
|
|
revision=2
|
|
short_desc="${short_desc} - GObject support library"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the GObject support library for LightDM."
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/liblightdm-gobject*.so*" usr/lib
|
|
vmove usr/lib/girepository-1.0 usr/lib
|
|
}
|