mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 13:41:53 +02:00
new package: bard: a text reader
This commit is contained in:
parent
8389ba0820
commit
f6e42fcb75
37
bard/Makefile
Normal file
37
bard/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bard
|
||||
PKG_VERSION:=0.5
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2
|
||||
PKG_SOURCE_URL:=http://festvox.org/bard/
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-current/
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/bard
|
||||
SECTION:=multimedia
|
||||
CATEGORY:=Multimedia
|
||||
TITLE:=bard
|
||||
URL:=http://festvox.org/bard/
|
||||
DEPENDS:=+flite +libsdl +libsdl-ttf @BROKEN
|
||||
endef
|
||||
|
||||
define Package/bard/description
|
||||
Bard Storyteller is a text reader. Bard not only allows a user to read books,
|
||||
but can also read books to a user using text-to-speech.
|
||||
endef
|
||||
|
||||
define Package/bard/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/bard $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,bard))
|
Loading…
Reference in New Issue
Block a user