diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gftp | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gftp')
-rw-r--r-- | packages/gftp/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gftp/gftp/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gftp/gftp/configure.patch | 31 | ||||
-rw-r--r-- | packages/gftp/gftp_2.0.18.bb | 15 |
4 files changed, 46 insertions, 0 deletions
diff --git a/packages/gftp/.mtn2git_empty b/packages/gftp/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gftp/.mtn2git_empty diff --git a/packages/gftp/gftp/.mtn2git_empty b/packages/gftp/gftp/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gftp/gftp/.mtn2git_empty diff --git a/packages/gftp/gftp/configure.patch b/packages/gftp/gftp/configure.patch index e69de29bb2..362ce963d2 100644 --- a/packages/gftp/gftp/configure.patch +++ b/packages/gftp/gftp/configure.patch @@ -0,0 +1,31 @@ +--- gftp-2.0.18rc1/configure.in 2004-11-09 19:32:01.000000000 -0700 ++++ gftp-2.0.18rc1.new/configure.in 2005-01-04 15:04:31.297074928 -0700 +@@ -41,7 +41,8 @@ + AM_C_PROTOTYPES + AC_C_CONST + AC_C_INLINE +-AC_INTL_PRINTF ++ ++AC_DEFINE(HAVE_INTL_PRINTF,1,Define if printf supports %'ld) + + AM_MAINTAINER_MODE + +@@ -79,7 +80,7 @@ + fi + + if test "x$GFTP_TEXT" = "x" -a $found_glib20 = 0 ; then +- AM_PATH_GLIB(1.2.3, , AC_MSG_ERROR(gFTP needs GLIB 1.2.3 or higher)) ++ AC_MSG_ERROR(gFTP needs GLIB 2.0 or higher) + fi + + EXTRA_LIBS="" +@@ -195,8 +196,7 @@ + fi + + if test "x$GFTP_GTK" = "x" ; then +- AM_PATH_GTK(1.2.3, GFTP_GTK=gftp-gtk, AC_MSG_WARN(gFTP needs GTK+ 1.2.3 or higher for the graphical version. Only building the text version)) +- GTHREAD_LIBS="-lgthread" ++ AC_MSG_ERROR(gFTP needs GTK 2.0 or higher) + else + GTHREAD_LIBS="-lgthread-2.0" + fi diff --git a/packages/gftp/gftp_2.0.18.bb b/packages/gftp/gftp_2.0.18.bb index e69de29bb2..1a51c5d640 100644 --- a/packages/gftp/gftp_2.0.18.bb +++ b/packages/gftp/gftp_2.0.18.bb @@ -0,0 +1,15 @@ +# gftp OE build file +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +HOMEPAGE="http://www.gftp.org/" +LICENSE="GPL" + +SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \ + file://configure.patch;patch=1" + +DEPENDS="gtk+ openssl" + +inherit autotools + +EXTRA_OECONF="--disable-textport" |