increase dvbapp PR.
[vuplus_openembedded] / recipes / libcdaudio / libcdaudio_0.99.12p2.bb
1 # libcdaudio .bb build file
2 # Copyright (C) 2006, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see /COPYING)
4
5 HOMEPAGE = "http://libcdaudio.sourceforge.net/"
6 DESCRIPTION = "Portable library for controlling audio CDs"
7 SECTION = "libs"
8 LICENSE = "GPL"
9 PR = "r1"
10
11 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
12
13 inherit autotools
14
15 do_stage () {
16         autotools_stage_all
17 }