* Add ipkg for future development
[project/opkg-lede.git] / familiar / libipkg-control.in
1 Package: libipkg
2 Version: @VERSION@
3 Section: base
4 Priority: optional
5 Essential: yes
6 Architecture: @host_cpu@
7 Maintainer: Jamey Hicks <jamey@handhelds.org>
8 Source: http://www.handhelds.org/packages/ipkg/ipkg-@VERSION@.tar.gz
9 Depends: libc6, busybox
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