[csw-devel] SF.net SVN: gar:[4280] csw/mgar/pkg/vsftpd/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Apr 12 14:28:20 CEST 2009
Revision: 4280
http://gar.svn.sourceforge.net/gar/?rev=4280&view=rev
Author: chninkel
Date: 2009-04-12 12:28:20 +0000 (Sun, 12 Apr 2009)
Log Message:
-----------
vsftpd: some Makefile cleanup
Modified Paths:
--------------
csw/mgar/pkg/vsftpd/trunk/Makefile
Modified: csw/mgar/pkg/vsftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vsftpd/trunk/Makefile 2009-04-12 12:13:38 UTC (rev 4279)
+++ csw/mgar/pkg/vsftpd/trunk/Makefile 2009-04-12 12:28:20 UTC (rev 4280)
@@ -1,3 +1,17 @@
+#####################################################################
+# OpenCSW build recipe for vsftpd
+#
+# Copyright 2009 Yann Rouillard <yann at pleiades.fr.eu.org>
+# All rights reserved. Use is subject to license terms.
+#
+# Redistribution and/or use, with or without modification, is
+# permitted. This software is without warranty of any kind. The
+# author(s) shall not be liable in the event that use of the
+# software causes damage.
+#####################################################################
+
+###### Package information #######
+
GARNAME = vsftpd
GARVERSION = 2.1.0
CATEGORIES = server
@@ -13,6 +27,14 @@
MASTER_SITES = ftp://vsftpd.beasts.org/users/cevans/
+
+# adding configuration handling classes
+# (init/smf classes are dynamically added in checkinstall)
+SPKG_CLASSES = none conf
+
+
+###### Upstream and opencsw files information #######
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -23,10 +45,6 @@
DISTFILES += cswvsftpd cswvsftpd.xml svc-cswvsftpd
DISTFILES += i.conf r.conf
-# adding configuration handling classes
-# (init/smf classes are dynamically added in checkinstall)
-SPKG_CLASSES = none conf
-
# build options are set by modifying
# builddefs.h, so we patch it to enable
# ssl and tcp wrapper support
@@ -44,16 +62,11 @@
# privilege separation user
PATCHFILES += set_priv_sep_user.patch
-# patch to workaround the fact that
-# solaris libc doesn t have tm_gmtoff
-# update: not useful anymore since 2.0.5
-# PATCHFILES += tm_gmtoff.patch
-
# patch to add DESTDIR support to
# vsftpd makfile
PATCHFILES += destdir.patch
-# Documents
+# Documentation files
DOCFILES = AUDIT BENCHMARKS BUGS COPYING COPYRIGHT Changelog FAQ INSTALL LICENSE REFS
DOCFILES += REWARD SIZE SPEED TODO TUNING README README.ssl README.security
DOCFILES += SECURITY/DESIGN SECURITY/IMPLEMENTATION SECURITY/OVERVIEW SECURITY/TRUST
@@ -64,6 +77,9 @@
DOCFILES += EXAMPLE/INTERNET_SITE_NOINETD/README EXAMPLE/INTERNET_SITE_NOINETD/vsftpd.conf
+
+##### Build and installation information #####
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_SCRIPTS = fake
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list