void-packages/srcpkgs/rygel/librygel.template

11 lines
202 B
Plaintext
Raw Normal View History

2012-09-26 09:40:30 +02:00
# Template file for 'librygel'.
#
short_desc="${short_desc} - runtime libraries"
long_desc="${long_desc}
This package contains the runtime libraries."
do_install() {
vmove "usr/lib/*.so*" usr/lib
}