diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 17:26:35 +0200 |
commit | 702704014dafc2beae60bcd88abeae72f0ac4d87 (patch) | |
tree | 5dc3996498376122312cbcfaaa27599650144a54 /package/gamin | |
parent | 911a2081a3d2a0decd75ad46bdae3d22694a4a98 (diff) | |
download | buildroot-702704014dafc2beae60bcd88abeae72f0ac4d87.tar.gz buildroot-702704014dafc2beae60bcd88abeae72f0ac4d87.zip |
Fix package headers to comply with coding style
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gamin')
-rw-r--r-- | package/gamin/gamin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gamin/gamin.mk b/package/gamin/gamin.mk index b13a9ac6d6..36e10d3f0c 100644 --- a/package/gamin/gamin.mk +++ b/package/gamin/gamin.mk @@ -3,6 +3,7 @@ # gamin # ############################################################# + GAMIN_VERSION = 0.1.10 GAMIN_SOURCE = gamin-$(GAMIN_VERSION).tar.gz GAMIN_SITE = http://www.gnome.org/~veillard/gamin/sources |