diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-08 17:33:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-08 17:33:29 +0000 |
commit | bb1ff40c2601c1ab7cabac7d58cba8e7727754d1 (patch) | |
tree | 5bcf2bd57822807b8056234c7f80de6d94ae3b9a /package/gsm/ipkg | |
parent | cb544cad97ff801c5b51874ce8ba4a5aa8bf7841 (diff) | |
download | master-187ad058-bb1ff40c2601c1ab7cabac7d58cba8e7727754d1.tar.gz master-187ad058-bb1ff40c2601c1ab7cabac7d58cba8e7727754d1.tar.bz2 master-187ad058-bb1ff40c2601c1ab7cabac7d58cba8e7727754d1.zip |
add libgsm and gsm-utils packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2601 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gsm/ipkg')
-rw-r--r-- | package/gsm/ipkg/gsm-utils.control | 4 | ||||
-rw-r--r-- | package/gsm/ipkg/libgsm.control | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/package/gsm/ipkg/gsm-utils.control b/package/gsm/ipkg/gsm-utils.control new file mode 100644 index 0000000000..b022f71544 --- /dev/null +++ b/package/gsm/ipkg/gsm-utils.control @@ -0,0 +1,4 @@ +Package: gsm-utils +Priority: optional +Section: admin +Description: A GSM 06.10 full-rate speech transcoding implementation (utilities) diff --git a/package/gsm/ipkg/libgsm.control b/package/gsm/ipkg/libgsm.control new file mode 100644 index 0000000000..922f696569 --- /dev/null +++ b/package/gsm/ipkg/libgsm.control @@ -0,0 +1,4 @@ +Package: libgsm +Priority: optional +Section: libs +Description: A GSM 06.10 full-rate speech transcoding implementation (library) |