18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
# Template file for 'libnm'.
|
|
#
|
|
revision=1
|
|
short_desc="${sourcepkg} - shared libraries"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains a convenience library to ease the access to
|
|
NetworkManager."
|
|
|
|
replaces="NetworkManager<0.9.1.90_1"
|
|
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
vmove "usr/lib/girepository-*" usr/lib
|
|
}
|