• 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/ocrad/ocrad.mk
gilles.talis@gmail.comgilles.talis@gmail.com committed 8716535421605 Jul 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# ocrad
4
#
5
################################################################################
6
​
7
OCRAD_VERSION = 0.21
8
OCRAD_SITE = $(BR2_GNU_MIRROR)/ocrad
9
OCRAD_LICENSE = GPLv3+
10
OCRAD_LICENSE_FILES = COPYING
11
OCRAD_INSTALL_STAGING = YES
12
​
13
# This is not a true autotools package.
14
define OCRAD_CONFIGURE_CMDS
15
    cd $(@D) && \
16
    ./configure --prefix=/usr --sysconfdir=/etc $(TARGET_CONFIGURE_OPTS)
17
endef
18
​
19
define OCRAD_BUILD_CMDS
20
    $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
21
endef
22
​
23
define OCRAD_INSTALL_STAGING_CMDS
24
    $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) install
25
endef
26
​
27
define OCRAD_INSTALL_TARGET_CMDS
28
    $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
29
endef
30
​
31
$(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.