Root/luit/Makefile

1#
2# This is free software, licensed under the GNU General Public License v2.
3# See /LICENSE for more information.
4
5include $(TOPDIR)/rules.mk
6
7PKG_NAME:=luit
8PKG_VERSION:=1.1.0
9PKG_RELEASE:=1
10
11PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
12PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/individual/app/
13PKG_MD5SUM:=d7f8ccf45081db086e91ce9940248fc7
14
15include $(INCLUDE_DIR)/package.mk
16
17define Package/luit
18    TITLE:=locale and ISO 2022 support for Unicode terminals
19    SECTION:=utilities
20    CATEGORY:=Utilities
21    URL:=http://www.pps.jussieu.fr/~jch/software/luit/
22    DEPENDS:=+libfontenc
23endef
24
25define Package/luit/description
26    locale and ISO 2022 support for Unicode terminals
27endef
28
29define Package/luit/install
30    $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/share/X11/locale
31    $(INSTALL_BIN) $(PKG_BUILD_DIR)/luit $(1)/usr/bin/
32    $(CP) $(FILES_DIR)/locale.alias $(1)/usr/share/X11/locale
33endef
34
35$(eval $(call BuildPackage,luit))
36

Archive Download this file



interactive