diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:21:43 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-20 02:22:45 (EDT) |
commit | 4769a8253a679089656cf48e26e60ecc8aa7488c (patch) | |
tree | fa5265cc09949a127906c80f9ee6fb0d029b3dc0 | |
parent | 3595d9af98da341346546da39f82cc66d7a76b93 (diff) |
Add binary packages.
-rw-r--r-- | libogg-dev.pkg/control | 8 | ||||
-rw-r--r-- | libogg-doc.pkg/control | 7 | ||||
-rw-r--r-- | libogg.0-dbg.pkg/control | 8 | ||||
-rw-r--r-- | libogg.0.pkg/control | 6 | ||||
-rw-r--r-- | libogg.0.pkg/docs | 0 | ||||
-rw-r--r-- | substvars | 4 |
6 files changed, 33 insertions, 0 deletions
diff --git a/libogg-dev.pkg/control b/libogg-dev.pkg/control new file mode 100644 index 0000000..20acd10 --- /dev/null +++ b/libogg-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libogg.0 (= ${Binary-Version}) +Description: Ogg multimedia container library - development files + ${Common-Description} + . + This package provides development files for the Ogg multimedia container + library. diff --git a/libogg-doc.pkg/control b/libogg-doc.pkg/control new file mode 100644 index 0000000..d93a7c5 --- /dev/null +++ b/libogg-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: libogg.0 (>= ${Source-Version}) +Description: Ogg multimedia container library - documentation + ${Common-Description} + . + This package provides documentation for the Ogg multimedia container library. diff --git a/libogg.0-dbg.pkg/control b/libogg.0-dbg.pkg/control new file mode 100644 index 0000000..3e0ac51 --- /dev/null +++ b/libogg.0-dbg.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libogg.0 (= ${Binary-Version}) +Description: Ogg multimedia container library - debugging symbols + ${Common-Description} + . + This package provides debugging symbols for the Ogg multimedia container + library. diff --git a/libogg.0.pkg/control b/libogg.0.pkg/control new file mode 100644 index 0000000..b255312 --- /dev/null +++ b/libogg.0.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Description: Ogg multimedia container library + ${Common-Description} + . + This package provides the Ogg multimedia container library. diff --git a/libogg.0.pkg/docs b/libogg.0.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libogg.0.pkg/docs diff --git a/substvars b/substvars new file mode 100644 index 0000000..ce11901 --- /dev/null +++ b/substvars @@ -0,0 +1,4 @@ +Common-Description: + Ogg is a multimedia container format, and the native file and stream format for + the Xiph.org multimedia codecs. As with all Xiph.org technology is it an open + format free for anyone to use. |