@ -8,29 +8,34 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := sispmctl
PKG_VERSION := 3.1+20120206
PKG_VERSION := 4.0
PKG_RELEASE := 1
PKG_SOURCE_PROTO := git
PKG_SOURCE_VERSION := 5ff4a05a5bcb6a64a9d6f77fed47014512f66b11
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_MIRROR_HASH := d09782160dbcc1ba3bd6a38941f38e130049d8383843f6f292409909678aed82
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE_URL := https://git.code.sf.net/p/sispmctl/git
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := @SF/$( PKG_NAME)
PKG_HASH := 442d9bb9774da7214c222144035ac68ad5d25171040ce2731cfdf49b3365cfd5
PKG_MAINTAINER := Richard Kunze <richard.kunze@web.de>
PKG_LICENSE := GPL-2.0+
PKG_BUILD_PARALLEL := 1
PKG_INSTALL := 1
PKG_FIXUP := autoreconf
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / l i b s i s p m c t l
SECTION:= libs
CATEGORY:= Libraries
TITLE:= Silver Shield PM Control for Linux library
URL:= http://sispmctl.sourceforge.net
DEPENDS:= +libusb-compat
e n d e f
d e f i n e P a c k a g e / s i s p m c t l
SECTION:= utils
CATEGORY:= Utilities
TITLE:= Silver Shield PM Control for Linux
URL:= http://sispmctl.sourceforge.net/
DEPENDS:= +libusb-compat
URL:= http://sispmctl.sourceforge.net
DEPENDS:= +libsispmctl
e n d e f
d e f i n e P a c k a g e / s i s p m c t l / d e s c r i p t i o n
@ -49,9 +54,15 @@ CONFIGURE_ARGS += \
--enable-webless \
--disable-dependency-tracking
d e f i n e P a c k a g e / l i b s i s p m c t l / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/lib/libsispmctl* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / s i s p m c t l / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/$( PKG_NAME) $( 1) /usr/bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/sispmctl $( 1) /usr/bin/
e n d e f
$( eval $ ( call BuildPackage ,libsispmctl ) )
$( eval $ ( call BuildPackage ,sispmctl ) )