[oe-commits] org.oe.dev mc: Unify recipes.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jan 6 16:19:40 UTC 2007


mc: Unify recipes.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 634189842af50a3c584aab59b38d5088f6124313
ViewMTN: http://monotone.openembedded.org/revision.psp?id=634189842af50a3c584aab59b38d5088f6124313
Files:
1
packages/mc/mc.inc
packages/mc/mc_4.6.0.bb
packages/mc/mc_4.6.1.bb
Diffs:

#
# mt diff -r809713f0b5b1318f67dcabcdf56c11ff54d37604 -r634189842af50a3c584aab59b38d5088f6124313
#
# 
# 
# add_file "packages/mc/mc.inc"
#  content [80d98a24cabe719a4dd6e402fdd59f9c4fc88be1]
# 
# patch "packages/mc/mc_4.6.0.bb"
#  from [bdf5b904feea26442e821668623d8819cab63ce6]
#    to [99934493c20a5e2f42dbbceb553ec17765b6a0e0]
# 
# patch "packages/mc/mc_4.6.1.bb"
#  from [80d98a24cabe719a4dd6e402fdd59f9c4fc88be1]
#    to [99934493c20a5e2f42dbbceb553ec17765b6a0e0]
# 
============================================================
--- packages/mc/mc.inc	80d98a24cabe719a4dd6e402fdd59f9c4fc88be1
+++ packages/mc/mc.inc	80d98a24cabe719a4dd6e402fdd59f9c4fc88be1
@@ -0,0 +1,42 @@
+DESCRIPTION = "GNU Midnight Commander is a file \
+manager for free operating systems."
+HOMEPAGE = "http://www.ibiblio.org/mc/"
+LICENSE = "GPLv2"
+SECTION = "console/utils"
+PRIORITY = "optional"
+DEPENDS = "ncurses glib-2.0"
+RDEPENDS = "ncurses-terminfo"
+PR ="r1"
+
+SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
+--without-nfs --without-gpm-mouse --with-screen=ncurses"
+
+do_configure() {
+	gnu-configize
+	oe_runconf
+}
+
+do_install() {
+	cd src
+	oe_runmake 'DESTDIR=${D}' install
+	cd ../syntax
+	oe_runmake 'DESTDIR=${D}' install
+	cd ../po
+	oe_runmake 'DESTDIR=${D}' install
+	cd ../vfs
+	oe_runmake 'DESTDIR=${D}' install
+	cd ..
+
+        install -m 0644 lib/cedit.menu ${D}${datadir}/mc/
+        install -m 0644 lib/edit.indent.rc ${D}${datadir}/mc/
+        install -m 0644 lib/edit.spell.rc ${D}${datadir}/mc/
+        install -m 0644 lib/mc.charsets ${D}${datadir}/mc/
+        install -m 0644 lib/mc.ext ${D}${datadir}/mc/
+        install -m 0644 lib/mc.lib ${D}${datadir}/mc/
+        install -m 0644 lib/mc.menu ${D}${datadir}/mc/
+        install -m 0644 lib/mc.menu.sr ${D}${datadir}/mc/
+}
============================================================
--- packages/mc/mc_4.6.0.bb	bdf5b904feea26442e821668623d8819cab63ce6
+++ packages/mc/mc_4.6.0.bb	99934493c20a5e2f42dbbceb553ec17765b6a0e0
@@ -1,33 +1 @@
-DESCRIPTION = "GNU Midnight Commander is a file \
-manager for free operating systems."
-HOMEPAGE = "http://www.ibiblio.org/mc/"
-LICENSE = "GPLv2"
-SECTION = "console/utils"
-PRIORITY = "optional"
-DEPENDS = "ncurses glib-2.0"
-RDEPENDS = "ncurses-terminfo"
-PR ="r1"
-
-SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz"
-
-inherit autotools
-
-EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
---without-nfs --without-gpm-mouse --with-screen=ncurses"
-
-do_configure() {
-	gnu-configize
-	oe_runconf
-}
-
-do_install() {
-	cd src
-	oe_runmake 'DESTDIR=${D}' install
-	cd ../syntax
-	oe_runmake 'DESTDIR=${D}' install
-	cd ../po
-	oe_runmake 'DESTDIR=${D}' install
-	cd ../vfs
-	oe_runmake 'DESTDIR=${D}' install
-	cd ..
-}
+require mc.inc
============================================================
--- packages/mc/mc_4.6.1.bb	80d98a24cabe719a4dd6e402fdd59f9c4fc88be1
+++ packages/mc/mc_4.6.1.bb	99934493c20a5e2f42dbbceb553ec17765b6a0e0
@@ -1,42 +1 @@
-DESCRIPTION = "GNU Midnight Commander is a file \
-manager for free operating systems."
-HOMEPAGE = "http://www.ibiblio.org/mc/"
-LICENSE = "GPLv2"
-SECTION = "console/utils"
-PRIORITY = "optional"
-DEPENDS = "ncurses glib-2.0"
-RDEPENDS = "ncurses-terminfo"
-PR ="r1"
-
-SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar.gz"
-
-inherit autotools
-
-EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \
---without-nfs --without-gpm-mouse --with-screen=ncurses"
-
-do_configure() {
-	gnu-configize
-	oe_runconf
-}
-
-do_install() {
-	cd src
-	oe_runmake 'DESTDIR=${D}' install
-	cd ../syntax
-	oe_runmake 'DESTDIR=${D}' install
-	cd ../po
-	oe_runmake 'DESTDIR=${D}' install
-	cd ../vfs
-	oe_runmake 'DESTDIR=${D}' install
-	cd ..
-
-        install -m 0644 lib/cedit.menu ${D}${datadir}/mc/
-        install -m 0644 lib/edit.indent.rc ${D}${datadir}/mc/
-        install -m 0644 lib/edit.spell.rc ${D}${datadir}/mc/
-        install -m 0644 lib/mc.charsets ${D}${datadir}/mc/
-        install -m 0644 lib/mc.ext ${D}${datadir}/mc/
-        install -m 0644 lib/mc.lib ${D}${datadir}/mc/
-        install -m 0644 lib/mc.menu ${D}${datadir}/mc/
-        install -m 0644 lib/mc.menu.sr ${D}${datadir}/mc/
-}
+require mc.inc






More information about the Openembedded-commits mailing list