From 751866c27834ff5a19199be25a052ad28a56cb30 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 7 Jul 2013 22:34:16 +0200 Subject: [PATCH] libogg: New package. --- libogg/libogg.nm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 libogg/libogg.nm diff --git a/libogg/libogg.nm b/libogg/libogg.nm new file mode 100644 index 000000000..cf30150f4 --- /dev/null +++ b/libogg/libogg.nm @@ -0,0 +1,48 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libogg +version = 1.3.0 +release = 1 + +groups = System/Libraries +url = http://www.xiph.org/ +license = BSD +summary = The Ogg bitstream file format library. + +description + Libogg is a library for manipulating Ogg bitstream file formats. + Libogg supports both making Ogg bitstreams and getting packets from + Ogg bitstreams. +end + +source_dl = http://downloads.xiph.org/releases/ogg/ +sources = %{thisapp}.tar.xz + +build + + configure_options += \ + --disable-static + + prepare_cmds + # User our CFLAGS. + sed -i "s/-O20/%{CFLAGS}/" configure + + # Enable fast-math. + sed -i "s/-ffast-math//" configure + end +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end -- 2.47.3