• 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/giflib/giflib.mk
Bernd KuhlsBernd Kuhls committed 9384b87f28026 Jan 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# giflib
4
#
5
################################################################################
6
​
7
GIFLIB_VERSION = 5.1.1
8
GIFLIB_SOURCE = giflib-$(GIFLIB_VERSION).tar.bz2
9
GIFLIB_SITE = http://downloads.sourceforge.net/project/giflib
10
GIFLIB_INSTALL_STAGING = YES
11
GIFLIB_LICENSE = MIT
12
GIFLIB_LICENSE_FILES = COPYING
13
​
14
GIFLIB_BINS = \
15
    gif2epsn gif2ps gif2rgb gif2x11 gifasm gifbg gifbuild gifburst gifclip \
16
    gifclrmp gifcolor gifcomb gifcompose gifecho giffiltr giffix gifflip  \
17
    gifhisto gifinfo gifinter gifinto gifovly gifpos gifrotat     \
18
    gifrsize gifspnge giftext giftool gifwedge icon2gif raw2gif rgb2gif \
19
    text2gif
20
​
21
define GIFLIB_BINS_CLEANUP
22
    rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(GIFLIB_BINS))
23
endef
24
​
25
GIFLIB_POST_INSTALL_TARGET_HOOKS += GIFLIB_BINS_CLEANUP
26
​
27
$(eval $(autotools-package))
28
$(eval $(host-autotools-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.