• 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/liblockfile/liblockfile.mk
Rahul BedarkarRahul Bedarkar committed 9254f02266930 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# liblockfile
4
#
5
################################################################################
6
​
7
LIBLOCKFILE_VERSION = 1.09
8
LIBLOCKFILE_SOURCE = liblockfile_$(LIBLOCKFILE_VERSION).orig.tar.gz
9
LIBLOCKFILE_SITE = http://snapshot.debian.org/archive/debian/20151026T153523Z/pool/main/libl/liblockfile
10
LIBLOCKFILE_PATCH = liblockfile_$(LIBLOCKFILE_VERSION)-6.debian.tar.bz2
11
​
12
LIBLOCKFILE_LICENSE = LGPL-2.0+, GPL-2.0+ (dotlockfile)
13
LIBLOCKFILE_LICENSE_FILES = COPYRIGHT
14
​
15
LIBLOCKFILE_INSTALL_STAGING = YES
16
LIBLOCKFILE_CONF_OPTS = --mandir=/usr/share/man
17
​
18
define LIBLOCKFILE_INSTALL_STAGING_CMDS
19
    mkdir -p $(addprefix $(STAGING_DIR)/usr/share/man/man,1 3)
20
    rm -f $(STAGING_DIR)/usr/lib/liblockfile.so
21
    $(TARGET_MAKE_ENV) $(MAKE) -C $(LIBLOCKFILE_DIR) ROOT=$(STAGING_DIR) install
22
    ln -sf liblockfile.so $(STAGING_DIR)/usr/lib/liblockfile.so.1
23
endef
24
​
25
define LIBLOCKFILE_INSTALL_TARGET_CMDS
26
    cp -a $(STAGING_DIR)/usr/lib/liblockfile.so* $(TARGET_DIR)/usr/lib
27
endef
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.