Move buildroot to bsp directory.
This commit is contained in:
15
bsp/buildroot/package/feh/Config.in
Normal file
15
bsp/buildroot/package/feh/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_FEH
|
||||
bool "feh"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_XLIB_LIBXINERAMA
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_IMLIB2
|
||||
select BR2_PACKAGE_IMLIB2_PNG
|
||||
select BR2_PACKAGE_IMLIB2_JPEG
|
||||
select BR2_PACKAGE_IMLIB2_X
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
help
|
||||
feh is an X11 image viewer aimed mostly at console users.
|
||||
|
||||
http://feh.finalrewind.org/
|
||||
2
bsp/buildroot/package/feh/feh.hash
Normal file
2
bsp/buildroot/package/feh/feh.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 3829cd8995ec7cc08095a2b22a6c98d1e2638bd87c8b4f0e85a059c6f0edbc48 feh-2.14.tar.bz2
|
||||
24
bsp/buildroot/package/feh/feh.mk
Normal file
24
bsp/buildroot/package/feh/feh.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# feh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FEH_VERSION = 2.14
|
||||
FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2
|
||||
FEH_SITE = http://feh.finalrewind.org
|
||||
FEH_DEPENDENCIES = libcurl imlib2 libpng xlib_libXinerama xlib_libXt
|
||||
FEH_LICENSE = MIT
|
||||
FEH_LICENSE_FILES = COPYING
|
||||
|
||||
define FEH_BUILD_CMDS
|
||||
$(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
-C $(@D) all
|
||||
endef
|
||||
|
||||
define FEH_INSTALL_TARGET_CMDS
|
||||
$(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) " \
|
||||
PREFIX=/usr DESTDIR=$(TARGET_DIR) -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user