• 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/fis/fis.mk
Gustavo ZacariasGustavo Zacarias committed 69b6ab8633d26 Jun 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# fis
4
#
5
################################################################################
6
​
7
FIS_SITE = http://svn.chezphil.org/utils/trunk
8
FIS_SITE_METHOD = svn
9
FIS_VERSION = 2892
10
FIS_LICENSE = GPLv2+
11
FIS_LICENSE_FILES = fis.c
12
​
13
define FIS_BUILD_CMDS
14
    $(TARGET_CC) $(TARGET_CFLAGS) -std=c99 -o $(@D)/fis \
15
        $(@D)/fis.c $(@D)/crc.c $(TARGE_LDFLAGS)
16
endef
17
​
18
define FIS_INSTALL_TARGET_CMDS
19
    $(INSTALL) -m 0755 -D $(@D)/fis $(TARGET_DIR)/sbin/fis
20
endef
21
​
22
$(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.