From 4769a8253a679089656cf48e26e60ecc8aa7488c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 20 Jun 2014 02:21:43 -0400 Subject: Add binary packages. --- 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. -- cgit v0.9.1