luit: Locale and ISO 2022 support for Unicode terminals

This commit is contained in:
kyak 2011-05-28 14:38:26 +04:00
parent 53192fc6df
commit 7f2174ab6b
2 changed files with 2595 additions and 0 deletions

35
luit/Makefile Normal file
View File

@ -0,0 +1,35 @@
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
include $(TOPDIR)/rules.mk
PKG_NAME:=luit
PKG_VERSION:=1.1.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/app/
PKG_MD5SUM:=d7f8ccf45081db086e91ce9940248fc7
include $(INCLUDE_DIR)/package.mk
define Package/luit
TITLE:=locale and ISO 2022 support for Unicode terminals
SECTION:=utilities
CATEGORY:=Utilities
URL:=http://www.pps.jussieu.fr/~jch/software/luit/
DEPENDS:=+libfontenc
endef
define Package/luit/description
locale and ISO 2022 support for Unicode terminals
endef
define Package/luit/install
$(INSTALL_DIR) $(1)/usr/bin $(1)/usr/share/X11/locale
$(INSTALL_BIN) $(PKG_BUILD_DIR)/luit $(1)/usr/bin/
$(CP) $(FILES_DIR)/locale.alias $(1)/usr/share/X11/locale
endef
$(eval $(call BuildPackage,luit))

2560
luit/files/locale.alias Normal file

File diff suppressed because it is too large Load Diff