• 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/libaio/libaio.mk
Arnout Vandecappelle (Essensium/Mind)Arnout Vandecappelle (Essensium/Mind) committed e1502ebc0c903 Jul 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#############################################################
2
#
3
# libaio
4
#
5
#############################################################
6
LIBAIO_VERSION = 0.3.109
7
LIBAIO_SOURCE = libaio_$(LIBAIO_VERSION).orig.tar.gz
8
LIBAIO_SITE = http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/
9
LIBAIO_INSTALL_STAGING = YES
10
​
11
define LIBAIO_BUILD_CMDS
12
  $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
13
endef
14
​
15
define LIBAIO_INSTALL_STAGING_CMDS
16
  $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) install
17
endef
18
​
19
define LIBAIO_INSTALL_TARGET_CMDS
20
  $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
21
endef
22
​
23
$(eval $(generic-package))
24
​
  • 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.