mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 03:25:11 +02:00
14 lines
242 B
Text
14 lines
242 B
Text
# 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
|
|
}
|