• 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/axfsutils/axfsutils.mk
Yann E. MORINYann E. MORIN committed cb8b5c27b2e13 Nov 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# axfsutils
4
#
5
################################################################################
6
​
7
AXFSUTILS_VERSION = f26ae785e33df76f658b71ef2cfbc7f511ff875d
8
AXFSUTILS_SITE = $(call github,jaredeh,axfs,$(AXFSUTILS_VERSION))
9
AXFSUTILS_LICENSE = GPLv2
10
AXFSUTILS_LICENSE_FILES = mkfs.axfs-legacy/COPYING
11
AXFSUTILS_DEPENDENCIES = host-zlib
12
​
13
# The 'new' mkfs.axfs version requires GNUstep which is not a buildroot
14
# prerequisite. The 'legacy' one works just as well without that requirement.
15
define HOST_AXFSUTILS_BUILD_CMDS
16
    $(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)/mkfs.axfs-legacy
17
endef
18
​
19
define HOST_AXFSUTILS_INSTALL_CMDS
20
    $(INSTALL) -D -m 0755 $(@D)/mkfs.axfs-legacy/mkfs.axfs \
21
        $(HOST_DIR)/usr/bin/mkfs.axfs
22
endef
23
​
24
$(eval $(host-generic-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.