From ad2a5351ef542b757a5649d7c47a4a7325ce8c01 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 14 Dec 2006 14:22:05 +0000 Subject: cdtool: update to 2.1.8 --- packages/cdtool/cdtool_2.1.8.bb | 13 +++++++++++++ packages/cdtool/cdtool_2.1.8pre4.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 packages/cdtool/cdtool_2.1.8.bb delete mode 100644 packages/cdtool/cdtool_2.1.8pre4.bb (limited to 'packages/cdtool') diff --git a/packages/cdtool/cdtool_2.1.8.bb b/packages/cdtool/cdtool_2.1.8.bb new file mode 100644 index 0000000000..ec51290edf --- /dev/null +++ b/packages/cdtool/cdtool_2.1.8.bb @@ -0,0 +1,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 diff --git a/packages/cdtool/cdtool_2.1.8pre4.bb b/packages/cdtool/cdtool_2.1.8pre4.bb deleted file mode 100644 index ec51290edf..0000000000 --- a/packages/cdtool/cdtool_2.1.8pre4.bb +++ /dev/null @@ -1,13 +0,0 @@ -# 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 -- cgit 1.2.3-korg