From: Michael Tremer Date: Wed, 3 Feb 2010 18:34:08 +0000 (+0100) Subject: dvdrtools: Fix styling of makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a273f62e2a4da270174786e1b42ac4fdab0ea45;p=ipfire-3.x.git dvdrtools: Fix styling of makefile. --- diff --git a/pkgs/core/dvdrtools/dvdrtools.nm b/pkgs/core/dvdrtools/dvdrtools.nm index 5ab713bdd..c9f2c17a3 100644 --- a/pkgs/core/dvdrtools/dvdrtools.nm +++ b/pkgs/core/dvdrtools/dvdrtools.nm @@ -34,8 +34,6 @@ PKG_URL = http://savannah.nongnu.org/projects/dvdrtools/ 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 \ @@ -44,10 +42,6 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -############################################################################### -# Installation Details -############################################################################### - CONFIGURE_OPTIONS += \ --disable-static \ --mandir=/usr/share/man @@ -55,6 +49,3 @@ CONFIGURE_OPTIONS += \ define STAGE_TEST cd $(DIR_APP) && make check endef - -define STAGE_INSTALL_CMDS -endef