• 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/libungif/libungif.mk
Jerzy GrzegorekJerzy Grzegorek committed 27dd32942e130 Dec 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libungif
4
#
5
################################################################################
6
​
7
LIBUNGIF_VERSION = 4.1.4
8
LIBUNGIF_SOURCE = libungif-$(LIBUNGIF_VERSION).tar.bz2
9
LIBUNGIF_SITE = http://downloads.sourceforge.net/project/giflib/libungif-4.x/libungif-$(LIBUNGIF_VERSION)
10
LIBUNGIF_INSTALL_STAGING = YES
11
LIBUNGIF_CONF_OPTS = --without-x
12
LIBUNGIF_LICENSE = MIT
13
LIBUNGIF_LICENSE_FILES = COPYING
14
​
15
LIBUNGIF_BINS = \
16
    gif2epsn gif2ps gif2rgb gif2x11 gifasm gifbg gifburst gifclip \
17
    gifclrmp gifcolor gifcomb gifcompose giffiltr giffix gifflip  \
18
    gifhisto gifinfo gifinter gifinto gifovly gifpos gifrotat     \
19
    gifrsize gifspnge giftext gifwedge icon2gif raw2gif rgb2gif   \
20
    text2gif
21
​
22
define LIBUNGIF_BINS_CLEANUP
23
    rm -f $(addprefix $(TARGET_DIR)/usr/bin/,$(LIBUNGIF_BINS))
24
endef
25
​
26
LIBUNGIF_POST_INSTALL_TARGET_HOOKS += LIBUNGIF_BINS_CLEANUP
27
​
28
$(eval $(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.