Change Details
bard/Makefile |
1 | | # |
| 1 | # |
2 | 2 | # This is free software, licensed under the GNU General Public License v2. |
3 | 3 | # See /LICENSE for more information. |
4 | 4 | # |
... | ... | |
19 | 19 | include $(INCLUDE_DIR)/package.mk |
20 | 20 | |
21 | 21 | define Package/bard |
| 22 | MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc> |
22 | 23 | SECTION:=multimedia |
23 | 24 | CATEGORY:=Multimedia |
24 | 25 | TITLE:=bard |
25 | | URL:=http://festvox.org/bard/ |
| 26 | URL:=http://festvox.org/bard/ |
26 | 27 | DEPENDS:=+flite +libsdl +libsdl-ttf +dejavu-fonts-ttf-DejaVuSans |
27 | 28 | endef |
28 | 29 | |
29 | 30 | define Package/bard/description |
30 | 31 | Bard Storyteller is a text reader. Bard not only allows a user to read books, |
31 | | but can also read books to a user using text-to-speech. |
| 32 | but can also read books to a user using text-to-speech. |
32 | 33 | endef |
33 | 34 | |
34 | 35 | CONFIGURE_ARGS += FLITEDIR=$(STAGING_DIR)/usr \ |
Download the corresponding diff file