@ -6,14 +6,12 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := keyutils
PKG_VERSION := 1.5.10
PKG_VERSION := 1.6
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := http://people.redhat.com/dhowells/keyutils/
PKG_HASH := 115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6
PKG_FIXUP := libtool
PKG_SOURCE_URL := https://people.redhat.com/dhowells/keyutils/
PKG_HASH := d3aef20cec0005c0fa6b4be40079885567473185b1a57b629b030e67942c7115
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -21,11 +19,19 @@ define Package/libkeyutils
SECTION:= libs
CATEGORY:= Libraries
TITLE:= Key utilities library
URL:= http://people.redhat.com/dhowells/keyutils/
URL:= https://people.redhat.com/dhowells/keyutils/
e n d e f
d e f i n e P a c k a g e / k e y c t l
SECTION:= utils
CATEGORY:= Utilities
SUBMENU:= Encryption
TITLE:= keyctl
DEPENDS:= +libkeyutils
e n d e f
d e f i n e P a c k a g e / k e y u t i l s / d e s c r i p t i o n
Key utilities library
Key utilities
e n d e f
d e f i n e B u i l d / I n s t a l l
@ -44,4 +50,10 @@ define Package/libkeyutils/install
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libkeyutils.so* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / k e y c t l / i n s t a l l
$( INSTALL_DIR) $( 1) /bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /bin/keyctl $( 1) /bin
e n d e f
$( eval $ ( call BuildPackage ,libkeyutils ) )
$( eval $ ( call BuildPackage ,keyctl ) )