Date:2012-01-22 08:18:23 (12 years 2 months ago)
Author:Xiangfu Liu
Commit:f6e42fcb75284770406462f8774be5e42d0b6caf
Message:new package: bard: a text reader

Files: bard/Makefile (1 diff)

Change Details

bard/Makefile
1#
2# This is free software, licensed under the GNU General Public License v2.
3# See /LICENSE for more information.
4#
5
6include $(TOPDIR)/rules.mk
7
8PKG_NAME:=bard
9PKG_VERSION:=0.5
10
11PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2
12PKG_SOURCE_URL:=http://festvox.org/bard/
13
14PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current/
15PKG_RELEASE:=1
16
17include $(INCLUDE_DIR)/package.mk
18
19define Package/bard
20  SECTION:=multimedia
21  CATEGORY:=Multimedia
22  TITLE:=bard
23  URL:=http://festvox.org/bard/
24  DEPENDS:=+flite +libsdl +libsdl-ttf @BROKEN
25endef
26
27define Package/bard/description
28Bard Storyteller is a text reader. Bard not only allows a user to read books,
29but can also read books to a user using text-to-speech.
30endef
31
32define Package/bard/install
33    $(INSTALL_DIR) $(1)/usr/bin/
34    $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/bard $(1)/usr/bin/
35endef
36
37$(eval $(call BuildPackage,bard))

Archive Download the corresponding diff file



interactive