mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-06 02:25:09 +02:00
12 lines
237 B
Text
12 lines
237 B
Text
# Template file for 'libnm-gtk'.
|
|
#
|
|
short_desc="${sourcepkg} - runtime library"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the GTK+ runtime library."
|
|
|
|
replaces="${sourcepkg}<0.9.1.95"
|
|
|
|
do_install() {
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
}
|