summaryrefslogtreecommitdiffstats
path: root/audio-drivers/rplay/INSTALL
blob: 925549dc4f949ec646979050b6ff063a97f41867 (plain) (blame)
1
2
3
4
5
6
7
8
9
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