2011-10-26 15:49:02 +02:00
|
|
|
# Template file for 'libabiword'.
|
|
|
|
#
|
|
|
|
short_desc="${short_desc} - Runtime library"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
2012-05-24 14:14:39 +02:00
|
|
|
This package contains the runtime libraries."
|
2011-10-26 15:49:02 +02:00
|
|
|
|
2012-05-24 14:14:39 +02:00
|
|
|
do_install() {
|
2011-10-26 15:49:02 +02:00
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
}
|