local INSTALL="install -o root -g root"
default_install &&
$INSTALL -m 664 $SOURCE_DIRECTORY/perl/{RPlay.pm,rplay.ph,RPTP.pm} \
		$INSTALL_ROOT/usr/lib/perl5      &&
$INSTALL -d $INSTALL_ROOT/etc/rplay              &&
cd $SOURCE_DIRECTORY/etc                         &&
for file in rplay.{conf,helpers,hosts,servers}; do
	install_config_file $file $INSTALL_ROOT/etc/rplay/$file
done
