• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fbv/fbv.mk
Thomas PetazzoniThomas Petazzoni committed 0e4d25ff0fc20 Jan 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
#############################################################
#
# fbv
#
#############################################################
​
FBV_VERSION = 1.0b
FBV_SOURCE = fbv-$(FBV_VERSION).tar.gz
FBV_SITE = http://s-tech.elsat.net.pl/fbv
​
FBV_LICENSE = GPLv2
FBV_LICENSE_FILES = COPYING
​
### image format dependencies and configure options
FBV_DEPENDENCIES = # empty
FBV_CONFIGURE_OPTS = # empty
ifeq ($(BR2_PACKAGE_FBV_PNG),y)
FBV_DEPENDENCIES += libpng
else
FBV_CONFIGURE_OPTS += --without-libpng
endif
ifeq ($(BR2_PACKAGE_FBV_JPEG),y)
FBV_DEPENDENCIES += jpeg
else
FBV_CONFIGURE_OPTS += --without-libjpeg
endif
ifeq ($(BR2_PACKAGE_FBV_GIF),y)
FBV_DEPENDENCIES += libungif
else
FBV_CONFIGURE_OPTS += --without-libungif
endif
​
#fbv donesn't support cross-compilation
define FBV_CONFIGURE_CMDS
    (cd $(FBV_DIR); rm -f config.cache; \
        $(TARGET_CONFIGURE_OPTS) \
        $(TARGET_CONFIGURE_ARGS) \
        ./configure \
        --prefix=/usr \
        $(FBV_CONFIGURE_OPTS) \
    )
endef
​
define FBV_BUILD_CMDS
    $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
​
define FBV_INSTALL_TARGET_CMDS
    install -D $(@D)/fbv $(TARGET_DIR)/usr/bin/fbv
endef
​
define FBV_CLEAN_CMDS
    rm -f $(TARGET_DIR)/usr/bin/fbv
    -$(MAKE) -C $(@D) clean
endef
​
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.