summaryrefslogtreecommitdiffstats
path: root/opkg.pkg/control
blob: 69af4b352bc1415923d9b63b9188c96127bc4d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: opkg
Architecture: any
Essential: yes
Depends: libopkg.1
Description: Open PacKaGe Management
 Opkg is a lightweight package management system. 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.
 .
 This package provides the opkg utilities.