PKG_LICENSE = GPLv2+
PKG_SUMMARY = A set of command line programs that allows to record media.
-PKG_DEPS +=
-
define PKG_DESCRIPTION
dvdrtools is a fork of cdrtools/cdrecord with support for writing to DVDs. \
While its primary purpose is writing data DVDs, it includes basic support \
PKG_TARBALL = $(THISAPP).tar.bz2
-###############################################################################
-# Installation Details
-###############################################################################
-
CONFIGURE_OPTIONS += \
--disable-static \
--mandir=/usr/share/man
define STAGE_TEST
cd $(DIR_APP) && make check
endef
-
-define STAGE_INSTALL_CMDS
-endef