@ -10,16 +10,18 @@ include $(TOPDIR)/rules.mk
PKG_NAME := klish
PKG_VERSION := 2.1.4
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := http://libcode.org/attachments/download/70/
PKG_HASH := a89dd1027dce713407b6d68e836c8fdead56406dcfc650da84da8e0b92c9b2e5
PKG_MAINTAINER := Takashi Umeno <umeno.takashi@gmail.com>
PKG_LICENSE := BSD-3-Clause
PKG_LICENSE_FILES := LICENCE
PKG_MAINTAINER := Takashi Umeno <umeno.takashi@gmail.com>
PKG_HASH := a89dd1027dce713407b6d68e836c8fdead56406dcfc650da84da8e0b92c9b2e5
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -28,12 +30,12 @@ define Package/klish/default
CATEGORY:= Utilities
SUBMENU:= Shells
TITLE:= Kommand Line Interface SHell ( $( 1) )
URL:= http://libcode.org/projects/klish/
URL:= https ://libcode.org/projects/klish/
e n d e f
d e f i n e P a c k a g e / k l i s h
$( call Package /klish /default ,main tool )
DEPENDS:= +libstdcpp +lib xml2
DEPENDS:= +libxml2
e n d e f
d e f i n e P a c k a g e / k l i s h / d e s c r i p t i o n
@ -50,11 +52,10 @@ define Package/klish/description
More information about these tools is to be found on the klish web site.
e n d e f
TARGET_LDFLAGS += -lxml2 -lz
TARGET_CFLAGS += -D_XOPEN_SOURCE= 500
CONFIGURE_ARGS += --with-libxml2
TARGET_CFLAGS += -D_XOPEN_SOURCE= 500
d e f i n e P a c k a g e / k l i s h / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/clish $( 1) /usr/bin/
@ -72,11 +73,11 @@ define Package/klish-xml-files
CATEGORY:= Utilities
DEPENDS:= klish
TITLE:= klish sample XML files
URL:= http://code.google.com/p /klish/
URL:= https://libcode.org/projects /klish/
e n d e f
d e f i n e P a c k a g e / k l i s h - x m l - f i l e s / d e s c r i p t i o n
This is a set of sample XML files for klish.
This is a set of sample XML files for klish.
e n d e f
d e f i n e P a c k a g e / k l i s h - x m l - f i l e s / i n s t a l l