Commit 23ac7255 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Peter Korsgaard
Browse files

Add header to packages where missing

parent 95442bb3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
################################################################################
#
# cifs-utils
#
################################################################################

CIFS_UTILS_VERSION = 6.0
CIFS_UTILS_SOURCE  = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2
CIFS_UTILS_SITE    = http://ftp.samba.org/pub/linux-cifs/cifs-utils
+6 −0
Original line number Diff line number Diff line
################################################################################
#
# classpath
#
################################################################################

CLASSPATH_VERSION = 0.98
CLASSPATH_SITE = $(BR2_GNU_MIRROR)/classpath
CLASSPATH_CONF_OPT = \
+6 −0
Original line number Diff line number Diff line
################################################################################
#
# cloop
#
################################################################################

CLOOP_VERSION=2.634-1
CLOOP_SOURCE=cloop_$(CLOOP_VERSION).tar.gz
CLOOP_SITE=http://debian-knoppix.alioth.debian.org/packages/sources/cloop
+6 −0
Original line number Diff line number Diff line
################################################################################
#
# crosstool-ng
#
################################################################################

CROSSTOOL_NG_VERSION           = 1.18.0
CROSSTOOL_NG_SOURCE            = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2
CROSSTOOL_NG_SITE              = http://crosstool-ng.org/download/crosstool-ng/
+6 −0
Original line number Diff line number Diff line
################################################################################
#
# dsp-tools
#
################################################################################

DSP_TOOLS_VERSION = 2.0
DSP_TOOLS_SOURCE = dsp-tools-$(DSP_TOOLS_VERSION).tar.gz
DSP_TOOLS_SITE = http://gst-dsp.googlecode.com/files/
Loading