summaryrefslogtreecommitdiff
path: root/openwrt/package/ipkg/ipkg.control
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 09:28:51 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 09:28:51 +0000
commit1aae32018f3f9223f7df0dbe9a072c1b6e8a0994 (patch)
tree4f2d3e73e400d6d4a49b5f80242d97c78c3a88db /openwrt/package/ipkg/ipkg.control
parent84abb4eda329e3d9ac21a18e673c8bb2bd8fadd3 (diff)
Convert ipkg to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@921 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ipkg/ipkg.control')
-rw-r--r--openwrt/package/ipkg/ipkg.control18
1 files changed, 0 insertions, 18 deletions
diff --git a/openwrt/package/ipkg/ipkg.control b/openwrt/package/ipkg/ipkg.control
deleted file mode 100644
index 1a1bf3197c..0000000000
--- a/openwrt/package/ipkg/ipkg.control
+++ /dev/null
@@ -1,18 +0,0 @@
-Package: ipkg
-Section: base
-Priority: required
-Essential: yes
-Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
-Source: buildroot internal
-Description: lightweight package management system
- ipkg is the Itsy Package Management System, for handling
- installation and removal of packages on a system. It can
- recursively follow dependencies and download all packages
- necessary to install a particular package.
- .
- ipkg knows how to install both .ipk and .deb packages.
- .
- ipkg is intended to serve the same functions (and more) for
- Familiar that dpkg and apt serve for Debian, (while taking
- up much less space).
-