void-packages/srcpkgs/qrencode/libqrencode.template

11 lines
202 B
Text
Raw Normal View History

2012-10-22 21:23:22 +00:00
# Template file for 'libqrencode'.
#
short_desc="${short_desc} -- runtime library"
long_desc="${long_desc}
This package contains the runtime library."
do_install() {
vmove "usr/lib/*.so*" usr/lib
}