summaryrefslogtreecommitdiffstats
path: root/archive
diff options
context:
space:
mode:
authorIsmael Luceno2020-08-21 19:32:22 +0200
committerIsmael Luceno2020-08-21 19:32:22 +0200
commit0682112fe7c213774273dd23b09e45b4d1cda200 (patch)
tree15f3c00841fe89cdf95e278d6aa49daea1644980 /archive
parentdf35511d82130344bfbe3cc12365b4fed954249e (diff)
opkg: new spell, lightweight package management system
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/opkg/DETAILS21
-rw-r--r--archive/opkg/HISTORY2
2 files changed, 23 insertions, 0 deletions
diff --git a/archive/opkg/DETAILS b/archive/opkg/DETAILS
new file mode 100755
index 0000000000..1ef5257dcd
--- /dev/null
+++ b/archive/opkg/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=opkg
+ VERSION=0.4.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL=("http://downloads.yoctoproject.org/releases/opkg/$SOURCE")
+ SOURCE_HASH=sha512:5a88295f4aca9c1177b6dc40ed802612ed5f15fe20421dcce6da4756e0b98bd6e41ef7702d7b421cfb38e31983f048a72f39d3d600cf66b68d2d71f49190e8de
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://code.google.com/p/opkg/"
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20200821
+ KEYWORDS=""
+ SHORT="lightweight package management system"
+cat << EOF
+Opkg is a lightweight package management system based on Ipkg.
+
+It is written in C and resembles apt/dpkg in operation. It is intended for
+use on embedded Linux devices and is used in this capacity in the OpenEmbedded
+and OpenWrt projects.
+
+As best it can, opkg maintains backwards compatibility with ipkg and conforms
+to a subset of debian's policy manual regarding control files.
+EOF
diff --git a/archive/opkg/HISTORY b/archive/opkg/HISTORY
new file mode 100644
index 0000000000..b62a227b2f
--- /dev/null
+++ b/archive/opkg/HISTORY
@@ -0,0 +1,2 @@
+2020-08-21 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: spell created