diff --git a/rpcinfo-1.0-0.x86_64.bee b/rpcinfo-1.0-0.x86_64.bee deleted file mode 100755 index 11abd4cf0..000000000 --- a/rpcinfo-1.0-0.x86_64.bee +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -build_in_sourcedir - - -mee_extract() { - cp /src/mariux/download/rpcinfo/rpcinfo.c $S/ - cp /src/mariux/download/rpcinfo/rpcinfo.8 $S/ -} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -mee_build() { - cc -o rpcinfo rpcinfo.c -} - -mee_install() { - install -D rpcinfo $D/usr/bin/rpcinfo - install -D rpcinfo.8 $D/usr/man/man8/rpcinfo.8 -}