2011-10-26 15:00:09 +00:00
|
|
|
# Template file for 'libmpg123'.
|
|
|
|
#
|
|
|
|
short_desc="${short_desc} - Runtime library"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
2011-10-26 15:27:25 +00:00
|
|
|
This package contains the runtime library."
|
2011-10-26 15:00:09 +00:00
|
|
|
|
|
|
|
|
2011-10-26 15:27:25 +00:00
|
|
|
|
|
|
|
do_install() {
|
2011-10-26 15:00:09 +00:00
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
vmove usr/lib/mpg123 usr/lib
|
|
|
|
}
|