From d75cab64eab0918506f2de935ae814e1632ca8a4 Mon Sep 17 00:00:00 2001 From: striper Date: Sun, 4 Jul 2010 10:02:00 +0000 Subject: [PATCH] - install radio-stations.xml - todo fix .../scripts/Makefile.am (how to set 755?) git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@649 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- configure.ac | 3 +- data/Makefile.am | 2 +- data/inetradio/Makefile.am | 3 + data/inetradio/radio-stations.xml | 80 ++- data/radio-stations.xml | 892 ------------------------------ data/scripts/Makefile.am | 8 + 6 files changed, 84 insertions(+), 904 deletions(-) create mode 100644 data/inetradio/Makefile.am delete mode 100644 data/radio-stations.xml create mode 100644 data/scripts/Makefile.am diff --git a/configure.ac b/configure.ac index 0b6e710a8..2d15e45a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(tuxbox-neutrino,1.0.1) -AM_INIT_AUTOMAKE(tuxbox-neutrino,1.0.1) +AM_INIT_AUTOMAKE(tuxbox-neutrino,1.0.1) TUXBOX_APPS TUXBOX_APPS_DIRECTORY @@ -99,6 +99,7 @@ src/system/Makefile data/Makefile data/fonts/Makefile data/icons/Makefile +data/inetradio/Makefile data/iso-codes/Makefile data/lcd/Makefile data/lcd/icons/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index ebf86468f..cb4fe7177 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = fonts icons iso-codes lcd locale +SUBDIRS = fonts icons inetradio iso-codes lcd locale configdir = $(CONFIGDIR) config_DATA = cables.xml satellites.xml encoding.conf diff --git a/data/inetradio/Makefile.am b/data/inetradio/Makefile.am new file mode 100644 index 000000000..d700fbc1c --- /dev/null +++ b/data/inetradio/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(CONFIGDIR) + +install_DATA = radio-stations.xml \ No newline at end of file diff --git a/data/inetradio/radio-stations.xml b/data/inetradio/radio-stations.xml index f5f121944..122e61071 100644 --- a/data/inetradio/radio-stations.xml +++ b/data/inetradio/radio-stations.xml @@ -10,10 +10,15 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + @@ -885,7 +945,7 @@ /> diff --git a/data/radio-stations.xml b/data/radio-stations.xml deleted file mode 100644 index f5f121944..000000000 --- a/data/radio-stations.xml +++ /dev/null @@ -1,892 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/scripts/Makefile.am b/data/scripts/Makefile.am new file mode 100644 index 000000000..ab8896327 --- /dev/null +++ b/data/scripts/Makefile.am @@ -0,0 +1,8 @@ +# FIXME! +# +#installdir = $(BINDIR) +# +#install_DATA = \ +# backup.sh \ +# restore.sh +# \ No newline at end of file