• 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/lockfile-progs/lockfile-progs.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# lockfile-progs
4
#
5
################################################################################
6
​
7
LOCKFILE_PROGS_VERSION = 0.1.17
8
LOCKFILE_PROGS_SOURCE = lockfile-progs_$(LOCKFILE_PROGS_VERSION).tar.gz
9
LOCKFILE_PROGS_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/l/lockfile-progs
10
LOCKFILE_PROGS_DEPENDENCIES = liblockfile
11
LOCKFILE_PROGS_LICENSE = GPL-2.0
12
LOCKFILE_PROGS_LICENSE_FILES = COPYING
13
​
14
LOCKFILE_BINS = \
15
    $(addprefix lockfile-,check create remove touch) \
16
    $(addprefix mail-,lock touchlock unlock)
17
​
18
define LOCKFILE_PROGS_BUILD_CMDS
19
    $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
20
endef
21
​
22
define LOCKFILE_PROGS_INSTALL_TARGET_CMDS
23
    for i in $(LOCKFILE_BINS); do \
24
        $(INSTALL) -D -m 755 $(@D)/bin/$$i $(TARGET_DIR)/usr/bin/$$i || exit 1; \
25
    done
26
endef
27
​
28
$(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.