popt[-native]: add 1.14
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 22 Feb 2009 18:42:43 +0000 (19:42 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 22 Feb 2009 18:42:43 +0000 (19:42 +0100)
packages/popt/popt-native_1.14.bb [new file with mode: 0644]
packages/popt/popt.inc
packages/popt/popt_1.14.bb [new file with mode: 0644]

diff --git a/packages/popt/popt-native_1.14.bb b/packages/popt/popt-native_1.14.bb
new file mode 100644 (file)
index 0000000..dfad9fb
--- /dev/null
@@ -0,0 +1,5 @@
+require popt_${PV}.bb
+DEPENDS = "gettext-native"
+inherit native
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}"
index bc4da2d..07671d7 100644 (file)
@@ -3,3 +3,7 @@ HOMEPAGE = "http://rpm5.org"
 AUTHOR = "Jeff Johnson"
 LICENSE = "MIT"
 SECTION = "libs"
+
+S = "${WORKDIR}/popt-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}"
+
diff --git a/packages/popt/popt_1.14.bb b/packages/popt/popt_1.14.bb
new file mode 100644 (file)
index 0000000..b3f8a89
--- /dev/null
@@ -0,0 +1,9 @@
+require popt.inc
+DEPENDS = "gettext virtual/libintl"
+PR = "r1"
+
+inherit autotools_stage
+
+SRC_URI = "\
+  http://rpm5.org/files/popt/popt-${PV}.tar.gz \
+"