aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libcdaudio/libcdaudio_0.99.12p2.bb
blob: 3e15ee8dccecbdfd90fb25677e469453f549b413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libcdaudio .bb build file
# Copyright (C) 2006, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see /COPYING)

HOMEPAGE = "http://libcdaudio.sourceforge.net/"
DESCRIPTION = "Portable library for controlling audio CDs"
MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>"
LICENSE = "GPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"

inherit autotools

do_stage () {
	autotools_stage_all
}