Move all to deprecated folder.
This commit is contained in:
24
deprecated/firmware/buildroot/package/fio/fio.mk
Normal file
24
deprecated/firmware/buildroot/package/fio/fio.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# fio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FIO_VERSION = fio-2.6
|
||||
FIO_SITE = git://git.kernel.dk/fio.git
|
||||
FIO_LICENSE = GPLv2 + special obligations
|
||||
FIO_LICENSE_FILES = COPYING
|
||||
|
||||
define FIO_CONFIGURE_CMDS
|
||||
(cd $(@D); ./configure --cc="$(TARGET_CC)" --extra-cflags="$(TARGET_CFLAGS)")
|
||||
endef
|
||||
|
||||
define FIO_BUILD_CMDS
|
||||
$(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define FIO_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D $(@D)/fio $(TARGET_DIR)/usr/bin/fio
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user