summaryrefslogtreecommitdiff
path: root/packages/popt/popt_1.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/popt/popt_1.14.bb')
-rw-r--r--packages/popt/popt_1.14.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/popt/popt_1.14.bb b/packages/popt/popt_1.14.bb
new file mode 100644
index 0000000000..d78d8dc337
--- /dev/null
+++ b/packages/popt/popt_1.14.bb
@@ -0,0 +1,17 @@
+require popt.inc
+
+DEPENDS = "gettext virtual/libintl"
+
+PR = "r1"
+
+inherit autotools
+
+SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
+
+
+do_stage() {
+ oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
+ install -m 0644 popt.h ${STAGING_INCDIR}
+}
+
+