[oe-commits] org.oe.dev tin: fix SRC_URI, unify

hrw commit openembedded-commits at lists.openembedded.org
Thu Jan 4 16:10:21 UTC 2007


tin: fix SRC_URI, unify

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: bb994d04cb196a4f4c0d840bf8d094da55d09193
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bb994d04cb196a4f4c0d840bf8d094da55d09193
Files:
1
packages/tin/tin_1.7.3.bb
packages/tin/tin_1.9.1.bb
Diffs:

#
# mt diff -r00d78946cd1515dee27466d89f128fdb53cca857 -rbb994d04cb196a4f4c0d840bf8d094da55d09193
#
# 
# 
# patch "packages/tin/tin_1.7.3.bb"
#  from [b418ecbb1493ccba8d3dc1aeda24765bc3307f8b]
#    to [4d3db36eff90e239060ec6738b641e42b2d9c963]
# 
# patch "packages/tin/tin_1.9.1.bb"
#  from [995a4a01e7cae69693a3794edd7162995f4a0fe9]
#    to [06845ce0f6e0cd79b90f0534fb455bf8bebf4d2e]
# 
============================================================
--- packages/tin/tin_1.7.3.bb	b418ecbb1493ccba8d3dc1aeda24765bc3307f8b
+++ packages/tin/tin_1.7.3.bb	4d3db36eff90e239060ec6738b641e42b2d9c963
@@ -1,17 +1,12 @@
-DESCRIPTION = "Tin is a powerful text mode news reader."
-SECTION = "console/network"
-DEPENDS = "ncurses"
-LICENSE = "GPL"
+require tin.inc
+
 PR = "r3"
 
-SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
+SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/v1.7/tin-${PV}.tar.gz \
 	   file://makecfg-buildcc.patch;patch=1 \
 	   file://m4.patch;patch=1 \
 	   file://configure.patch;patch=1"
 
-inherit autotools
-
-EXTRA_OECONF = "--with-screen=ncurses"
 CFLAGS += "-DM_UNIX"
 
 do_compile() {
============================================================
--- packages/tin/tin_1.9.1.bb	995a4a01e7cae69693a3794edd7162995f4a0fe9
+++ packages/tin/tin_1.9.1.bb	06845ce0f6e0cd79b90f0534fb455bf8bebf4d2e
@@ -1,16 +1,11 @@
-DESCRIPTION = "Tin is a powerful text mode news reader."
-SECTION = "console/network"
-DEPENDS = "ncurses pcre"
-LICENSE = "GPL"
+require tin.inc
+
 PR = "r0"
 
-SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
+SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/v1.9/tin-${PV}.tar.gz \
 	   file://m4.patch;patch=1"
 
-inherit autotools
-
 PARALLEL_MAKE = ""
-EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.."
 
 export BUILD_CFLAGS += "-I${S}/include -DHAVE_CONFIG_H"
 






More information about the Openembedded-commits mailing list