2011-10-29 12:22:44 +02:00
|
|
|
# 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"
|
|
|
|
|
2012-03-22 09:35:22 +01:00
|
|
|
do_install() {
|
2011-10-29 12:22:44 +02:00
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
}
|