• 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/libb64/libb64.mk
Angelo CompagnucciAngelo Compagnucci committed 69911ee1e0311 Aug 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libb64
4
#
5
################################################################################
6
​
7
LIBB64_VERSION = 1.2.1
8
LIBB64_SOURCE = libb64-$(LIBB64_VERSION).zip
9
LIBB64_SITE = https://downloads.sourceforge.net/project/libb64/libb64/libb64
10
LIBB64_LICENSE = Public Domain
11
LIBB64_LICENSE_FILES = LICENSE
12
LIBB64_INSTALL_STAGING = YES
13
# Only static lib and headers
14
LIBB64_INSTALL_TARGET = NO
15
​
16
define LIBB64_EXTRACT_CMDS
17
    unzip $(DL_DIR)/$(LIBB64_SOURCE) -d $(BUILD_DIR)
18
endef
19
​
20
define LIBB64_BUILD_CMDS
21
    $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CFLAGS)" -C $(@D) all_src
22
endef
23
​
24
define LIBB64_INSTALL_STAGING_CMDS
25
    $(INSTALL) -d -m 0755 $(STAGING_DIR)/usr/include/b64
26
    $(INSTALL) -m 0644 $(@D)/include/b64/* $(STAGING_DIR)/usr/include/b64
27
    $(INSTALL) -D -m 0755 $(@D)/src/libb64.a $(STAGING_DIR)/usr/lib
28
endef
29
​
30
$(eval $(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.