• 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/jsmin/jsmin.mk
Maxime HadjinlianMaxime Hadjinlian committed 0f0e039547a26 Oct 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# jsmin
4
#
5
################################################################################
6
​
7
JSMIN_VERSION = 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b
8
JSMIN_SITE = $(call github,douglascrockford,JSMin,$(JSMIN_VERSION))
9
JSMIN_LICENSE = MIT
10
JSMIN_LICENSE_FILES = jsmin.c
11
​
12
define JSMIN_BUILD_CMDS
13
    $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
14
endef
15
​
16
define JSMIN_INSTALL_TARGET_CMDS
17
    $(INSTALL) -m 0755 -D $(@D)/jsmin $(TARGET_DIR)/usr/bin/jsmin
18
endef
19
​
20
define HOST_JSMIN_BUILD_CMDS
21
    $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
22
endef
23
​
24
define HOST_JSMIN_INSTALL_CMDS
25
    $(INSTALL) -m 0755 -D $(@D)/jsmin $(HOST_DIR)/usr/bin/jsmin
26
endef
27
​
28
$(eval $(generic-package))
29
$(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.