opkg: re-arrange source code into sub-directories
[project/opkg-lede.git] / familiar / control.in
1 Package: opkg
2 Version: @VERSION@
3 Section: base
4 Priority: required
5 Essential: yes
6 Architecture: @host_cpu@
7 Maintainer: Pierluigi Frullani <pigi@frumar.it>
8 Source: http://www.handhelds.org/packages/opkg/opkg-@VERSION@.tar.gz
9 Depends: libc6, libopkg (>= @VERSION@)
10 Description: lightweight package management system
11 opkg is the Itsy Package Management System, for handling
12 installation and removal of packages on a system. It can
13 recursively follow dependencies and download all packages
14 necessary to install a particular package.
15 .
16 opkg knows how to install both .ipk and .deb packages.
17 .
18 opkg is intended to serve the same functions (and more) for
19 Familiar that dpkg and apt serve for Debian, (while taking
20 up much less space).
21