summaryrefslogtreecommitdiff
path: root/packages/popt/popt_1.14.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-05-03 13:48:51 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-05-03 13:48:51 +0000
commitcde395f4ad828d15ebcbe5a75942de25ec912f98 (patch)
tree8b159524a21d7b7275a7937ce986d848eff823bb /packages/popt/popt_1.14.bb
parent20e74d659e907f092972863523c9f647ebb155c6 (diff)
popt: add new version 1.14
* iconv.patch got applied upstreams * popt.inc,popt.bb,popt-native fixing download url
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}
+}
+
+