• 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/cgic/cgic.mk
David BenderDavid Bender committed 5bda8c9681e25 Jan 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# cgic
4
#
5
################################################################################
6
​
7
CGIC_VERSION = 2.06
8
CGIC_SOURCE = cgic206.tar.gz
9
CGIC_SITE = http://boutell.com/cgic
10
CGIC_LICENSE = Custom
11
CGIC_LICENSE_FILES = license.txt
12
​
13
# Installs only a static library and a header file
14
CGIC_INSTALL_STAGING = YES
15
CGIC_INSTALL_TARGET = NO
16
​
17
define CGIC_BUILD_CMDS
18
    $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) libcgic.a
19
endef
20
​
21
define CGIC_INSTALL_STAGING_CMDS
22
    $(TARGET_CONFIGURE_OPTS) $(MAKE) PREFIX=$(STAGING_DIR) -C $(@D) install
23
endef
24
​
25
$(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.