• 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/libgeotiff/libgeotiff.mk
Thomas PetazzoniThomas Petazzoni committed c9721b54f3a09 Oct 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libgeotiff
4
#
5
################################################################################
6
​
7
LIBGEOTIFF_VERSION = 1.4.0
8
LIBGEOTIFF_SITE = http://download.osgeo.org/geotiff/libgeotiff
9
LIBGEOTIFF_LICENSE = X11-style, public domain
10
LIBGEOTIFF_LICENSE_FILES = LICENSE
11
LIBGEOTIFF_DEPENDENCIES = tiff host-pkgconf
12
LIBGEOTIFF_INSTALL_STAGING = YES
13
LIBGEOTIFF_AUTORECONF = YES
14
​
15
ifeq ($(BR2_PACKAGE_ZLIB),y)
16
LIBGEOTIFF_DEPENDENCIES += zlib
17
LIBGEOTIFF_CONF_OPTS += --with-zlib
18
else
19
LIBGEOTIFF_CONF_OPTS += --without-zlib
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_JPEG),y)
23
LIBGEOTIFF_DEPENDENCIES += jpeg
24
LIBGEOTIFF_CONF_OPTS += --with-jpeg
25
else
26
LIBGEOTIFF_CONF_OPTS += --without-jpeg
27
endif
28
​
29
$(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.