• 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/libzip/libzip.mk
Peter KorsgaardPeter Korsgaard committed f77fb7b585b07 Sep 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libzip
4
#
5
################################################################################
6
​
7
LIBZIP_VERSION = 1.3.0
8
LIBZIP_SITE = http://www.nih.at/libzip
9
LIBZIP_SOURCE = libzip-$(LIBZIP_VERSION).tar.xz
10
LIBZIP_LICENSE = BSD-3-Clause
11
LIBZIP_LICENSE_FILES = LICENSE
12
LIBZIP_INSTALL_STAGING = YES
13
LIBZIP_DEPENDENCIES = zlib
14
​
15
ifeq ($(BR2_PACKAGE_BZIP2),y)
16
LIBZIP_CONF_OPTS += --with-bzip2
17
LIBZIP_DEPENDENCIES += bzip2
18
else
19
LIBZIP_CONF_OPTS += --without-bzip2
20
endif
21
​
22
$(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.