• 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/libcddb/libcddb.mk
Rahul BedarkarRahul Bedarkar committed 9254f02266930 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libcddb
4
#
5
################################################################################
6
​
7
LIBCDDB_VERSION = 1.3.2
8
LIBCDDB_SOURCE = libcddb-$(LIBCDDB_VERSION).tar.bz2
9
LIBCDDB_SITE = http://downloads.sourceforge.net/libcddb
10
LIBCDDB_LICENSE = LGPL-2.0+
11
LIBCDDB_LICENSE_FILES = COPYING
12
LIBCDDB_INSTALL_STAGING = YES
13
​
14
ifeq ($(BR2_ENABLE_LOCALE),)
15
LIBCDDB_DEPENDENCIES += libiconv
16
endif
17
​
18
define LIBCDDB_REMOVE_CDDB_QUERY
19
    rm -f $(TARGET_DIR)/usr/bin/cddb_query
20
endef
21
​
22
ifeq ($(BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY),)
23
LIBCDDB_POST_INSTALL_TARGET_HOOKS += LIBCDDB_REMOVE_CDDB_QUERY
24
endif
25
​
26
$(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.