]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dvdrtools: Fix styling of makefile.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2010 18:34:08 +0000 (19:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2010 18:34:08 +0000 (19:34 +0100)
pkgs/core/dvdrtools/dvdrtools.nm

index 5ab713bdd9d55f25b84a0f0877aeebecd906f90a..c9f2c17a3fca0d739a803f0185328f038f16a231 100644 (file)
@@ -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