void-packages/srcpkgs/chicken/libchicken.template

11 lines
206 B
Text
Raw Normal View History

2011-12-21 19:46:55 +00:00
# Template file for 'libchiken'.
#
short_desc="${short_desc} - runtime library"
long_desc="${long_desc}
This package contains the Chiken runtime library."
do_install() {
vmove "usr/lib/*.so*" usr/lib
}