2011-10-03 17:38:31 +02:00
|
|
|
# Template file for 'libnm'.
|
|
|
|
#
|
2012-05-24 17:52:30 +02:00
|
|
|
replaces="NetworkManager<0.9.1.90_1"
|
2011-10-03 17:38:31 +02:00
|
|
|
short_desc="${sourcepkg} - shared libraries"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains a convenience library to ease the access to
|
|
|
|
NetworkManager."
|
|
|
|
|
2012-03-20 13:38:53 +01:00
|
|
|
do_install() {
|
2011-10-03 17:38:31 +02:00
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
vmove "usr/lib/girepository-*" usr/lib
|
|
|
|
}
|