Add NON WORKING alsa-oss and alsa-tools recipes.
parent
7b927f04a6
commit
bc1567a92d
|
@ -0,0 +1 @@
|
|||
Do not compile: deprecated functions
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
Package 'gtk+-2.0', required by 'virtual:world', not found
|
|
@ -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
|
Loading…
Reference in New Issue