d6e69b5772a5518329c681053c9896df8ee896c2
[oweals/opkg-lede.git] / familiar / control.in
1 Package: ipkg
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/ipkg/ipkg-@VERSION@.tar.gz
9 Depends: libc6, libipkg (>= @VERSION@)
10 Description: lightweight package management system
11  ipkg 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  ipkg knows how to install both .ipk and .deb packages.
17  .
18  ipkg 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