Merge bk://oe-devel.bkbits.net/openembedded
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 22 May 2005 20:40:12 +0000 (20:40 +0000)
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>
Sun, 22 May 2005 20:40:12 +0000 (20:40 +0000)
into  bkbits.net:/repos/n/nslu2-linux/openembedded

2005/05/22 22:25:52+02:00 hrw.one.pl!hrw
fixed SRC_URI for scew 0.3.1 (version 0.4.0 available upstream)

2005/05/22 22:15:29+02:00 hrw.one.pl!hrw
lsof: removed 4.73, added 4.75, fixed SRC_URI for 4.74

2005/05/22 22:02:58+02:00 hrw.one.pl!hrw
fixed SRC_URI for lftp 3.0.11 (3.2.0 available upstream)

BKrev: 4290ee2cw2XxQ8-7SkQLkx20crAXIw

packages/lftp/lftp_3.0.11.bb
packages/lsof/lsof_4.73.bb [deleted file]
packages/lsof/lsof_4.74.bb
packages/lsof/lsof_4.75.bb [new file with mode: 0644]
packages/scew/scew_0.3.1.bb

index e69de29..d15b119 100644 (file)
@@ -0,0 +1,15 @@
+LICENSE = GPL
+DESCRIPTION = "lftp is a sophisticated command line based file \
+transfer program. Supported protocols include FTP, HTTP, \
+and FISH."
+HOMEPAGE = "http://lftp.yar.ru"
+SECTION = "console/network"
+DEPENDS = "readline"
+PR = "r1"
+
+SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/lftp-${PV}.tar.bz2 \
+          file://pty.patch;patch=1"
+
+EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
+
+inherit autotools gettext
diff --git a/packages/lsof/lsof_4.73.bb b/packages/lsof/lsof_4.73.bb
deleted file mode 100644 (file)
index fd311ba..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-SECTION = "console/utils"
-DESCRIPTION = "Lsof is a Unix-specific diagnostic \
-tool. Its name stands for LiSt Open Files, and it \
-does just that."
-LICENSE = "BSD"
-
-PR = "r1"
-
-SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz"
-LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
-S = "${WORKDIR}/lsof_${PV}_src"
-
-python do_unpack () {
-       bb.build.exec_func('base_do_unpack', d)
-       src_uri = bb.data.getVar('SRC_URI', d)
-       bb.data.setVar('SRC_URI', '${LOCALSRC}', d)
-       bb.build.exec_func('base_do_unpack', d)
-       bb.data.setVar('SRC_URI', src_uri, d)
-}
-
-LSOF_OS = "${TARGET_OS}"
-LSOF_OS_linux-uclibc = "linux"
-
-do_configure () {
-       ./Configure ${LSOF_OS}
-}
-
-export I = "${STAGING_INCDIR}"
-export L = "${STAGING_INCDIR}"
-export EXTRA_OEMAKE = ""
-
-do_compile () {
-       oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'
-}
-
-do_install () {
-       install -d ${D}${sbindir} ${D}${mandir}/man8
-       install -m 4755 lsof ${D}${sbindir}/lsof
-       install -m 0644 lsof.8 ${D}${mandir}/man8/lsof.8
-}
index e662723..0562a57 100644 (file)
@@ -4,7 +4,7 @@ tool. Its name stands for LiSt Open Files, and it \
 does just that."
 LICENSE = "BSD"
 
-SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz"
+SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.bz2"
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
 S = "${WORKDIR}/lsof_${PV}_src"
 
diff --git a/packages/lsof/lsof_4.75.bb b/packages/lsof/lsof_4.75.bb
new file mode 100644 (file)
index 0000000..e69de29
index 6b7bd84..a253358 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "unknown"
 DESCRIPTION = "Simple C Expat Wrapper."
 DEPENDS = "expat"
 LICENSE = "LGPL"
-SRC_URI = "http://www.ccd.uab.es/~aleix/scew/scew-${PV}.tar.gz \
+SRC_URI = "http://savannah.nongnu.org/download/scew/scew-${PV}.tar.gz \
           file://m4.patch;patch=1"
 
 inherit autotools pkgconfig