diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 09:31:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 09:31:34 +0000 |
commit | c483c621300298ed2fb52a8e8b540d5b7e104b4a (patch) | |
tree | 6750ed7ab01a6e23a9604a497aaf5a1b3a9405c0 /openwrt/package/screen/ipkg | |
parent | a9923c55a63f839e8fb72e9a09e0891c653fc494 (diff) | |
download | mtk-20170518-c483c621300298ed2fb52a8e8b540d5b7e104b4a.zip mtk-20170518-c483c621300298ed2fb52a8e8b540d5b7e104b4a.tar.gz mtk-20170518-c483c621300298ed2fb52a8e8b540d5b7e104b4a.tar.bz2 |
Convert screen to new packaging style
SVN-Revision: 903
Diffstat (limited to 'openwrt/package/screen/ipkg')
-rw-r--r-- | openwrt/package/screen/ipkg/screen.control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/screen/ipkg/screen.control b/openwrt/package/screen/ipkg/screen.control new file mode 100644 index 0000000..6ccfb96 --- /dev/null +++ b/openwrt/package/screen/ipkg/screen.control @@ -0,0 +1,7 @@ +Package: screen +Priority: optional +Section: misc +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Depends: libncurses +Description: A 'window manager' for the terminal session |