From 1013bb04a30c552ec7ff5e3fe97074b0531a024d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Aug 2023 00:11:33 +0100 Subject: gentoo auto-resync : 14:08:2023 - 00:11:33 --- app-cdr/cdw/cdw-0.8.1-r3.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 app-cdr/cdw/cdw-0.8.1-r3.ebuild (limited to 'app-cdr/cdw/cdw-0.8.1-r3.ebuild') diff --git a/app-cdr/cdw/cdw-0.8.1-r3.ebuild b/app-cdr/cdw/cdw-0.8.1-r3.ebuild new file mode 100644 index 000000000000..d60619dc4f39 --- /dev/null +++ b/app-cdr/cdw/cdw-0.8.1-r3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" +HOMEPAGE="http://cdw.sourceforge.net" +SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +RDEPEND=" + app-cdr/cdrtools + app-cdr/dvd+rw-tools + dev-libs/libburn + dev-libs/libcdio:=[-minimal] + sys-libs/ncurses:= +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}/${PN}-0.8.1-fix-ar-call.patch" ) + +DOCS=( AUTHORS ChangeLog NEWS README THANKS cdw.conf ) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncursesw )" +} -- cgit v1.2.3