Commit 9f8399c3 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

package .mk files: use 80 # signs in header

parent 06635916
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#############################################################
################################################################################
#
# exim
#
#############################################################
################################################################################

EXIM_VERSION = 4.82
EXIM_SOURCE = exim-$(EXIM_VERSION).tar.bz2
+2 −2
Original line number Diff line number Diff line
###############################################################################
################################################################################
#
# flann
#
###############################################################################
################################################################################

FLANN_VERSION = d0c04f4d290ebc3aa9411a3322992d298e51f5aa
FLANN_SITE = $(call github,mariusmuja,flann,$(FLANN_VERSION))
+2 −2
Original line number Diff line number Diff line
###############################################################################
################################################################################
#
# gpm
#
###############################################################################
################################################################################

GPM_VERSION = 1.20.7
GPM_SOURCE = gpm-$(GPM_VERSION).tar.bz2
+2 −2
Original line number Diff line number Diff line
###############################################################################
################################################################################
#
# opentyrian-data
#
###############################################################################
################################################################################

OPENTYRIAN_DATA_VERSION = 2.1
OPENTYRIAN_DATA_SITE = http://www.camanis.net/opentyrian/
+2 −2
Original line number Diff line number Diff line
###############################################################################
################################################################################
#
# opentyrian
#
###############################################################################
################################################################################

OPENTYRIAN_VERSION = 2.1.20130907
OPENTYRIAN_SITE = http://www.camanis.net/opentyrian/releases/
Loading