aboutsummaryrefslogtreecommitdiffstats
path: root/setmixer/setmixer_27DEC94.oe
blob: cbfd1bbc0d6d69828ee635d9dc851d4e79f5e659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A text mode OSS soundmixer"
LICENSE = "GPL"
SECTION = "console/utils"
PRIORITY = "optional"
MAINTAINER = "Holger Schurig <no@spam.de>"
SRC_URI = "${DEBIAN_MIRROR}/main/s/setmixer/setmixer_${PV}.orig.tar.gz \
	   file://setmixer.patch;patch=1"
SRC_URI_append_ramses = " file://devfs.patch;patch=1"

S = "${WORKDIR}/${PN}-${PV}.orig"


do_install() {
	mkdir -p ${D}/usr/sbin
	install -m 755 setmixer ${D}/usr/sbin
}