Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] New package
@ 2012-06-18  1:51 djames.suhanko
  2012-06-18  6:57 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: djames.suhanko @ 2012-06-18  1:51 UTC (permalink / raw)
  To: buildroot

Hello all!
 I did a package compilation named 'bar'. This program is used to generate
a progress bar to shell scripts and is used in PhantomClone project too.
This project is hosted in Sourceforge.

The program package/bar:
Config.in:

config BR2_PACKAGE_BAR
bool "Bar"
select BR2_PACKAGE_NEWT

help
          Progress bar to command line scripts


http://sourceforge.net/projects/clpbar/files/clpbar/bar-1.10.9/bar_1.10.9.tar.gz/download


bar.mk:
#############################################################
#
# Bar
#
#############################################################
BAR_VERSION = 1.10.9
BAR_SOURCE = bar_1.10.9.tar.gz
BAR_SITE =
http://sourceforge.net/projects/clpbar/files/clpbar/bar-1.10.9/bar_1.10.9.tar.gz/download

#BAR_DEPENDENCIES = host-pkg-config e2fsprogs libgcrypt attr gzip zlib
bzip2 lzo intltool libgpg-error gettext

BAR_INSTALL_STAGING = NO
BAR_INSTALL_TARGET = YES

BAR_CONF_ENV = ac_cv_func_sysconf=no

BAR_CONF_OPT = --disable-dependency-tracking --disable-use-memalign

$(eval $(call AUTOTARGETS,package,bar))

The compilation is OK, but the automatic download from sourceforge isn't
working. How can I do the automatic download from sourceforge?
-- 
Djames Suhanko
LinuxUser 158.760
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120617/373ccbb5/attachment.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-19 12:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18  1:51 [Buildroot] New package djames.suhanko
2012-06-18  6:57 ` Thomas Petazzoni
2012-06-18 13:59   ` djames.suhanko
2012-06-18 17:05     ` djames.suhanko
2012-06-19 12:20   ` Daniel Nyström
2012-06-19 12:25     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox