• 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/lite/lite.mk
Daniel LairdDaniel Laird committed 2016afd117d31 Oct 2008
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
#############################################################
2
#
3
# LiTE
4
#
5
#############################################################
6
LITE_VERSION:=0.8.10
7
LITE_SOURCE:=LiTE-$(LITE_VERSION).tar.gz
8
LITE_SITE:=http://www.directfb.org/downloads/Libs
9
LITE_INSTALL_STAGING = YES
10
LITE_INSTALL_TARGET = YES
11
LITE_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
12
LITE_CONF_ENV = DFB_CFLAGS=-I$(STAGING_DIR)/usr/include/directfb
13
LITE_DEPENDENCIES = directfb
14
​
15
$(eval $(call AUTOTARGETS,package,lite))
16
​
17
$(LITE_HOOK_POST_INSTALL):
18
    $(INSTALL) -d $(TARGET_DIR)/usr/share/LiTE/examples/
19
    $(INSTALL) -d $(TARGET_DIR)/usr/share/fonts/truetype/
20
    $(INSTALL) -m0644 $(LITE_DIR)/data/*.png $(TARGET_DIR)/usr/share/LiTE/
21
    $(INSTALL) -m0644 $(LITE_DIR)/examples/*.png $(TARGET_DIR)/usr/share/LiTE/examples/
22
    $(INSTALL) -m0644 $(LITE_DIR)/fonts/*.ttf $(TARGET_DIR)/usr/share/fonts/truetype/
23
    touch $@
  • 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.