• 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/lzip/lzip.mk
Jerzy GrzegorekJerzy Grzegorek committed c7f4b96471831 Jul 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# lzip
4
#
5
################################################################################
6
​
7
LZIP_VERSION = 1.15
8
LZIP_SITE = http://download.savannah.gnu.org/releases/lzip
9
LZIP_LICENSE = GPLv3+
10
LZIP_LICENSE_FILES = COPYING
11
​
12
define LZIP_CONFIGURE_CMDS
13
    (cd $(@D); ./configure --prefix=/usr \
14
        $(TARGET_CONFIGURE_OPTS) )
15
endef
16
​
17
define HOST_LZIP_CONFIGURE_CMDS
18
    (cd $(@D); ./configure --prefix=/usr \
19
        $(HOST_CONFIGURE_OPTS) )
20
endef
21
​
22
define LZIP_BUILD_CMDS
23
    $(MAKE) -C $(@D)
24
endef
25
​
26
define HOST_LZIP_BUILD_CMDS
27
    $(MAKE) -C $(@D)
28
endef
29
​
30
define LZIP_INSTALL_TARGET_CMDS
31
    $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
32
endef
33
​
34
define HOST_LZIP_INSTALL_CMDS
35
    $(MAKE) -C $(@D) DESTDIR=$(HOST_DIR) install
36
endef
37
​
38
# It's not autotools-based
39
$(eval $(generic-package))
40
$(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.