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/media/libvorbis/libvorbis.xibuild | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 repo/media/libvorbis/libvorbis.xibuild (limited to 'repo/media/libvorbis') diff --git a/repo/media/libvorbis/libvorbis.xibuild b/repo/media/libvorbis/libvorbis.xibuild deleted file mode 100644 index 5952715..0000000 --- a/repo/media/libvorbis/libvorbis.xibuild +++ /dev/null @@ -1,19 +0,0 @@ -#!/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