From 594610a39ed94fb6bf9c5b6b9b52580c82944635 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Fri, 20 Jul 2012 10:20:03 +0100 Subject: sound-theme-borealis: new package [thomas.petazzoni@free-electrons.com: slightly adjust the installation process to just do a loop of calls to $(INSTALL).] Signed-off-by: Simon Dawson Signed-off-by: Thomas Petazzoni --- .../sound-theme-borealis/sound-theme-borealis.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/sound-theme-borealis/sound-theme-borealis.mk (limited to 'package/sound-theme-borealis/sound-theme-borealis.mk') diff --git a/package/sound-theme-borealis/sound-theme-borealis.mk b/package/sound-theme-borealis/sound-theme-borealis.mk new file mode 100644 index 000000000..afca72a10 --- /dev/null +++ b/package/sound-theme-borealis/sound-theme-borealis.mk @@ -0,0 +1,21 @@ +############################################################# +# +# sound-theme-borealis +# +############################################################# +SOUND_THEME_BOREALIS_VERSION = 0.9a +SOUND_THEME_BOREALIS_SITE = http://ico.bukvic.net/Linux/Borealis_soundtheme +SOUND_THEME_BOREALIS_SOURCE = \ + Borealis_sound_theme_ogg-$(SOUND_THEME_BOREALIS_VERSION).tar.bz2 + +define SOUND_THEME_BOREALIS_INSTALL_TARGET_CMDS + for f in $(@D)/*.ogg ; do \ + $(INSTALL) -D -m 0644 $$f $(TARGET_DIR)/usr/share/sounds/borealis/stereo/`basename $$f` ; \ + done +endef + +define SOUND_THEME_BOREALIS_UNINSTALL_TARGET_CMDS + $(RM) -r $(TARGET_DIR)/usr/share/sounds/borealis +endef + +$(eval $(generic-package)) -- cgit v1.2.3