SRC_FETCH_PATH="https://github.com/formilux/init-scripts/archive/refs/tags/v${PKGVER}.tar.gz" SRC_FETCH_METHOD="http" PATCH_LIST=" 0001-network-add-IPv6-sysctls-for-interfaces-sysctl6.patch 0002-network-add-ip6-neigh-that-is-needed-to-create-proxy.patch 0003-network-update-a-few-comments-regarding-IPv6-auto-co.patch 0004-network-provide-some-minimal-description-for-each-se.patch 0005-network-remove-routes-on-stopping.patch 0006-network-add-support-for-ip-rule-and-ip6-rule-for-pol.patch " FILE_LIST= FILE_LIST=.flxfiles FLXARCH=noarch MAKEDEPENDS= function do_compile { : } function do_prepack { cp -a --parents $(cat $FILE_LIST) $ROOTDIR/ chown -R root:adm $ROOTDIR/ chmod -R o-w,ug-ws $ROOTDIR/ # Some scripts need to be world-readable because some of them are used # by other scripts or applications to get shared parameters, or by # non-root monitors which use them to check a service status. set_default_perm $ROOTDIR chmod -R ug+rx $ROOTDIR/sbin/ chmod o+rx $ROOTDIR/sbin/service chmod 740 $ROOTDIR/.preinit $ROOTDIR/etc/startup.rc # just in case it would not exist mkdir -p $PKGDIR/compiled } function do_strip { : } function do_tar_src { git repo-config tar.umask 022 git archive --format=tar --prefix="$PKGRADIX-$PKGVER/" HEAD | gzip -c9 > $PKGRADIX-$PKGVER.tgz }