15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
# Template file for 'libmpg123'.
|
|
#
|
|
short_desc="${short_desc} - Runtime library"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the runtime library."
|
|
|
|
|
|
revision=3
|
|
|
|
do_install() {
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
vmove usr/lib/mpg123 usr/lib
|
|
}
|