From bc1567a92dcf33efb61d437a9647d22d2a3f4729 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 23 Apr 2021 19:10:28 +0200 Subject: [PATCH] Add NON WORKING alsa-oss and alsa-tools recipes. --- recipes/alsa-oss/FIXME | 1 + recipes/alsa-oss/Makefile | 8 ++++++++ recipes/alsa-tools/FIXME | 1 + recipes/alsa-tools/Makefile | 13 +++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 recipes/alsa-oss/FIXME create mode 100644 recipes/alsa-oss/Makefile create mode 100644 recipes/alsa-tools/FIXME create mode 100644 recipes/alsa-tools/Makefile diff --git a/recipes/alsa-oss/FIXME b/recipes/alsa-oss/FIXME new file mode 100644 index 0000000..8e22451 --- /dev/null +++ b/recipes/alsa-oss/FIXME @@ -0,0 +1 @@ +Do not compile: deprecated functions diff --git a/recipes/alsa-oss/Makefile b/recipes/alsa-oss/Makefile new file mode 100644 index 0000000..f10924f --- /dev/null +++ b/recipes/alsa-oss/Makefile @@ -0,0 +1,8 @@ +name = alsa-oss +version = 1.1.8 +URL = ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-$(version).tar.bz2 + +build-dependencies = alsa-lib-dev + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk diff --git a/recipes/alsa-tools/FIXME b/recipes/alsa-tools/FIXME new file mode 100644 index 0000000..2b2c92d --- /dev/null +++ b/recipes/alsa-tools/FIXME @@ -0,0 +1 @@ +Package 'gtk+-2.0', required by 'virtual:world', not found diff --git a/recipes/alsa-tools/Makefile b/recipes/alsa-tools/Makefile new file mode 100644 index 0000000..69ab36b --- /dev/null +++ b/recipes/alsa-tools/Makefile @@ -0,0 +1,13 @@ +name = alsa-tools +version = 1.2.2 +URL = ftp://ftp.alsa-project.org/pub/tools/alsa-tools-$(version).tar.bz2 + +description = "alsa-tools contains various obscure tools and loaders." + +build-dependencies = alsa-lib-dev + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk + +configure: + cd $(bdir) && make configure