void-packages/srcpkgs/gsasl/libgsasl.template

12 lines
236 B
Text
Raw Normal View History

2012-09-30 11:27:03 +00:00
# Template file for 'libgsasl'.
#
short_desc="${sourcepkg} - Runtime library"
long_desc="${long_desc}
This package contains GNU SASL Runtime library."
do_install() {
vmove "usr/lib/*.so*" usr/lib
vmove usr/share/locale usr/share
}