aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mamona/mamona-sound-n800_0.1.0.bb
blob: c1c66720bcca04952877cd413617e9f047fb5dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
DESCRIPTION = "Mamona's sound configuration for Nokia N800"
HOMEPAGE = "http://dev.openbossa.org/trac/mamona/"
#SECTION = "console/utils"
LICENSE = "GPL"
RDEPENDS = "dspgw-utils udev alsa-lib alsa-utils-alsactl alsa-state"
PR = "r1"

PACKAGES = "${PN}"

SRC_URI = 	"file://dsp-n800.rules \
             file://asound.conf \
             file://asound.state \
             "

# Skipping...
do_configure () {
}

# Skipping...
do_stage () {
}

# Skipping...
do_compile () {
}

do_install () {
    install -d ${D}${sysconfdir}/udev/rules.d
    install -m 0755 ${WORKDIR}/dsp-n800.rules ${D}${sysconfdir}/udev/rules.d/

    install -d ${D}${sysconfdir}
    install -m 0644 ${WORKDIR}/asound.conf ${D}${sysconfdir}/

    install -d ${D}${sysconfdir}
    install -m 0644 ${WORKDIR}/asound.state ${D}${sysconfdir}/
}