@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME := findutils
PKG_VERSION := 4.6.0
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_LICENSE := GPL-3.0+
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := @GNU/$( PKG_NAME)
PKG_HASH := ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
PKG_MAINTAINER := Daniel Dickinson <cshored@thecshore.com>
PKG_BUILD_PARALLEL := 1
PKG_INSTALL := 1
@ -47,16 +48,18 @@ endef
d e f i n e P a c k a g e / f i n d u t i l s - f i n d
$( call Package/findutils/Default)
TITLE += - find utility
ALTERNATIVES:= 300:/usr/bin/find:/usr/libexec/findutils-find
e n d e f
d e f i n e P a c k a g e / f i n d u t i l s - l o c a t e
d e f i n e P a c k a g e / f i n d u t i l s - x a r g s
$( call Package/findutils/Default)
TITLE += - locate and updatedb utility
TITLE += - xargs utility
ALTERNATIVES:= 300:/usr/bin/xargs:/usr/libexec/findutils-xargs
e n d e f
d e f i n e P a c k a g e / f i n d u t i l s - x a r g s
d e f i n e P a c k a g e / f i n d u t i l s - l o c a t e
$( call Package/findutils/Default)
TITLE += - xargs utility
TITLE += - locate and updatedb utility
e n d e f
CONFIGURE_ARGS += --localstatedir= /srv/var
@ -67,8 +70,13 @@ define Package/findutils/install
e n d e f
d e f i n e P a c k a g e / f i n d u t i l s - f i n d / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/find $( 1) /usr/bin/
$( INSTALL_DIR) $( 1) /usr/libexec
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/find $( 1) /usr/libexec/findutils-find
e n d e f
d e f i n e P a c k a g e / f i n d u t i l s - x a r g s / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/libexec
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/xargs $( 1) /usr/libexec/findutils-xargs
e n d e f
d e f i n e P a c k a g e / f i n d u t i l s - l o c a t e / i n s t a l l
@ -78,11 +86,6 @@ define Package/findutils-locate/install
$( CP) $( PKG_INSTALL_DIR) /usr/lib $( 1) /usr/
e n d e f
d e f i n e P a c k a g e / f i n d u t i l s - x a r g s / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/xargs $( 1) /usr/bin/
e n d e f
$( eval $ ( call BuildPackage ,findutils ) )
$( eval $ ( call BuildPackage ,findutils -find ) )
$( eval $ ( call BuildPackage ,findutils -locate ) )