blob: ec51290edfebf098e6284586ebf460bf9ec50838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# cdtool .bb build file
# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see /COPYING)
HOMEPAGE="http://hinterhof.net/cdtool/"
DESCRIPTION="cdtool is a free software package to control the audio functions \
of an attached CDROM drive from the command line in a quick and scriptable way."
LICENSE = "GPL"
SRC_URI="http://hinterhof.net/${PN}/dist/${PN}-${PV}.tar.gz \
file://install-no-owner.patch;patch=1"
inherit autotools
|