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