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