aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsoundgen/libsoundgen_0.5.bb
blob: 5c65141ab5846e43eae2463c7472a178ca8f3f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SECTION = "x11/libs"

GPE_TARBALL_SUFFIX = "bz2"

inherit gpe autotools pkgconfig
LICENSE = "LGPL"
DEPENDS = "esound"


do_stage() {
       autotools_stage_all
}