gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1055: clean up gnump3d


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1055: clean up gnump3d
Date: Sun, 04 Nov 2012 23:22:25 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1055
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-11-04 23:22:25 +0100
message:
  clean up gnump3d
modified:
  gnu/gnump3d/Makefile
=== modified file 'gnu/gnump3d/Makefile'
--- a/gnu/gnump3d/Makefile      2012-08-31 23:01:21 +0000
+++ b/gnu/gnump3d/Makefile      2012-11-04 22:22:25 +0000
@@ -1,29 +1,23 @@
 GARNAME = gnump3d
 GARVERSION = 3.0
+HOME_URL = http://www.gnu.org/software/gnump3d
+DESCRIPTION = A streaming server for audio and video files
+
+######################################################################
 
 MASTER_SITES = http://savannah.gnu.org/download/
 MASTER_SUBDIR = $(GARNAME)/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-CONFIGURE_SCRIPTS = custom
-BUILD_SCRIPTS = custom
 INSTALL_SCRIPTS = $(WORKSRC)/Makefile
 
-HOME_URL = http://www.gnu.org/software/gnump3d
-DESCRIPTION = A streaming server for audio and video files
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.mk
-
-configure-custom:
-       $(MAKECOOKIE)
-
-build-custom:
-       $(MAKECOOKIE)
+include config.mk
 
 pre-install:
        @sed -i -e 's|\(PREFIX     = \)|\1 $(packageprefix)|' 
$(WORKSRC)/Makefile


reply via email to

[Prev in Thread] Current Thread [Next in Thread]