diff options
| author | Dirk | 2013-12-06 19:10:05 +0100 |
|---|---|---|
| committer | Dirk | 2013-12-06 19:10:05 +0100 |
| commit | 63a1c5c2869f8673a10e761420c762b65cc9821d (patch) | |
| tree | ab719302eada7424c66fee668a9a1cf67fa3c5c9 /remote/modules | |
| parent | Fixing the cdrom and floppy detection ... (diff) | |
| download | tm-scripts-63a1c5c2869f8673a10e761420c762b65cc9821d.tar.gz tm-scripts-63a1c5c2869f8673a10e761420c762b65cc9821d.tar.xz tm-scripts-63a1c5c2869f8673a10e761420c762b65cc9821d.zip | |
Removing unneeded (deprecated) hwinfo stuff ...
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/hwinfo/TODO | 1 | ||||
| -rw-r--r-- | remote/modules/hwinfo/hwinfo.build | 39 | ||||
| -rw-r--r-- | remote/modules/hwinfo/hwinfo.conf | 3 |
3 files changed, 0 insertions, 43 deletions
diff --git a/remote/modules/hwinfo/TODO b/remote/modules/hwinfo/TODO deleted file mode 100644 index 6203c18f..00000000 --- a/remote/modules/hwinfo/TODO +++ /dev/null @@ -1 +0,0 @@ -update to new config scheme diff --git a/remote/modules/hwinfo/hwinfo.build b/remote/modules/hwinfo/hwinfo.build deleted file mode 100644 index 9cf7eb1e..00000000 --- a/remote/modules/hwinfo/hwinfo.build +++ /dev/null @@ -1,39 +0,0 @@ -BIN_PATH=$(which hwinfo) - -fetch_source() { - if [ -z ${BIN_PATH} ]; then - [ ! -d "${MODULE_DIR}/src" ] && mkdir -p "${MODULE_DIR}/src" - cd "${MODULE_DIR}/src" - git clone git://gitorious.org/opensuse/hwinfo.git - git clone git://gitorious.org/x86emu/libx86emu.git - cd - &> /dev/null - else - pinfo "Copying hwinfo from system." - fi -} - -build() { - - if [ ! -z ${BIN_PATH} -a -e ${BIN_PATH} ]; then - tarcopy "$(get_link_chain ${BIN_PATH})" "${MODULE_BUILD_DIR}" - else - pdebug "Installing libx86emu in ${MODULE_BUILD_DIR}..." - cd "${MODULE_DIR}/src/libx86emu" - make || perror "libx86emu: make failed." - DESTDIR="${MODULE_BUILD_DIR}" make install || perror "libx86emu: make install failed." - cd - &> /dev/null - - pdebug "Installing hwinfo in ${MODULE_BUILD_DIR}..." - cd "${MODULE_DIR}/src/hwinfo" - # find libx86emu path - LIBX86EMU_DIR=$(dirname $(find ${MODULE_BUILD_DIR} -name libx86emu.so)) - EXTRA_FLAGS="-I${MODULE_BUILD_DIR}/usr/include" LIBRARY_PATH="${LIBX86EMU_DIR}" LD_LIBRARY_PATH="${LIBX86EMU_DIR}" make || pwarning "hwinfo: make failed." - DESTDIR="${MODULE_BUILD_DIR}" make install || pwarning "hwinfo: make install failed." - cd - &> /dev/null - fi - -} - -post_copy() { - : -} diff --git a/remote/modules/hwinfo/hwinfo.conf b/remote/modules/hwinfo/hwinfo.conf deleted file mode 100644 index c254fc71..00000000 --- a/remote/modules/hwinfo/hwinfo.conf +++ /dev/null @@ -1,3 +0,0 @@ -REQUIRED_BINARIES=" hwinfo" -REQUIRED_INSTALLED_PACKAGES=" flex - hwinfo" |
