aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opkg/opkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opkg/opkg.inc')
-rw-r--r--recipes/opkg/opkg.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
new file mode 100644
index 0000000000..be8287734b
--- /dev/null
+++ b/recipes/opkg/opkg.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Opkg Package Manager"
+DESCRIPTION_libopkg = "Opkg Package Manager Library"
+SECTION = "base"
+LICENSE = "GPL"
+DEPENDS = "curl gpgme"
+PV = "0.1.6+svnr${SRCREV}"
+
+SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
+ file://opkg_unarchive.patch;patch=1;maxrev=201"
+S = "${WORKDIR}/trunk"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}