SRC_FETCH_PATH="http://download.savannah.gnu.org/releases/dmidecode/dmidecode-${PKGVER}.tar.gz" SRC_FETCH_METHOD="http" # note, a few patches are mentionned on http://www.nongnu.org/dmidecode/ but # the server doesn't respond and they don't seem very important. PATCH_LIST= FILE_LIST= function do_compile_only { $FLXMAKE CC="$CC" CFLAGS="$GCC_CPU_SMALL $GCC_ARCH_SMALL $GCC_OPT_SMALL" prefix=/usr } function do_prepack { $FLXMAKE install prefix=/usr DESTDIR=$ROOTDIR }