void-packages/srcpkgs/sane/libsane.template

11 lines
223 B
Text
Raw Normal View History

2012-05-18 08:44:08 +00:00
# Template file for 'libsane'.
#
short_desc="${short_desc} - runtime shared library"
long_desc="${long_desc}
This package contains the SANE runtime shared library."
do_install() {
vmove "usr/lib/libsane.so.*" usr/lib
}