From b2c1ea9526151c4fed9dca8348019d718f489e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Wed, 24 Apr 2024 15:24:48 +0200 Subject: Implements single package files. --- groups.d/231.native_packages_etc.d/vorbis_tools.package | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 groups.d/231.native_packages_etc.d/vorbis_tools.package (limited to 'groups.d/231.native_packages_etc.d/vorbis_tools.package') diff --git a/groups.d/231.native_packages_etc.d/vorbis_tools.package b/groups.d/231.native_packages_etc.d/vorbis_tools.package new file mode 100644 index 00000000..6ba8f09b --- /dev/null +++ b/groups.d/231.native_packages_etc.d/vorbis_tools.package @@ -0,0 +1,9 @@ +: ${PKG_VORBIS_TOOLS_DEPENDS:="curl libflac libogg libvorbis"}; +: ${PKG_VORBIS_TOOLS_SHA256SUM:=db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0}; +: ${PKG_VORBIS_TOOLS_VERSION:=1.4.2}; +: ${PKG_VORBIS_TOOLS_URL:=https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-${PKG_VORBIS_TOOLS_VERSION}.tar.gz}; +: ${PKG_VORBIS_TOOLS_CONFIGURE_ARGS_EXTRA:="--disable-ogg123 --without-speex --without-kate"}; + +ex_pkg_register "vorbis_tools" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3