From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/libvorbis/libvorbis.xibuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 repo/libvorbis/libvorbis.xibuild (limited to 'repo/libvorbis/libvorbis.xibuild') diff --git a/repo/libvorbis/libvorbis.xibuild b/repo/libvorbis/libvorbis.xibuild new file mode 100644 index 0000000..5952715 --- /dev/null +++ b/repo/libvorbis/libvorbis.xibuild @@ -0,0 +1,19 @@ +#!/bin/sh + +MAKEDEPS="make" +DEPS="libogg" + +DESC="Reference implementation of the Ogg Vorbis audio format" + +PKG_VER=1.3.7 +SOURCE=https://downloads.xiph.org/releases/vorbis/libvorbis-$PKG_VER.tar.xz + +build () { + ./configure --prefix=/usr --disable-static && + make +} + +package () { + make DESTDIR=$PKG_DEST install + install -m644 doc/Vorbis* $PKG_DEST/usr/share/doc/libvorbis-$PKG_VER +} -- cgit v1.2.1