[Lunar-commits] r19360 - in moonbase/trunk/devel: . autoproject

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Mar 21 07:50:28 UTC 2006


Author: v3rt1g0
Date: 2006-03-21 07:50:27 +0000 (Tue, 21 Mar 2006)
New Revision: 19360

Added:
   moonbase/trunk/devel/autoproject/
   moonbase/trunk/devel/autoproject/DEPENDS
   moonbase/trunk/devel/autoproject/DETAILS
Log:
Inital import of autoproject, a autofoo project files generator


Added: moonbase/trunk/devel/autoproject/DEPENDS
===================================================================
--- moonbase/trunk/devel/autoproject/DEPENDS	                        (rev 0)
+++ moonbase/trunk/devel/autoproject/DEPENDS	2006-03-21 07:50:27 UTC (rev 19360)
@@ -0,0 +1 @@
+depends  automake

Added: moonbase/trunk/devel/autoproject/DETAILS
===================================================================
--- moonbase/trunk/devel/autoproject/DETAILS	                        (rev 0)
+++ moonbase/trunk/devel/autoproject/DETAILS	2006-03-21 07:50:27 UTC (rev 19360)
@@ -0,0 +1,20 @@
+          MODULE=autoproject
+         VERSION=0.20
+          SOURCE=${MODULE}_${VERSION}.orig.tar.gz
+      SOURCE_URL=http://ftp.debian.org/debian/pool/main/a/$MODULE/
+      SOURCE_VFY=sha1:2a490af05165f78207ab7078e2fc4ba31ac7aaaf
+        WEB_SITE=http://packages.debian.org/unstable/devel/autoproject
+         ENTERED=20060321
+         UPDATED=20060321
+           SHORT="creates a skeleton source package for a new program"
+
+cat << EOF
+autoproject interviews the user, then creates a source package for a
+new program which follows the GNU programming standards.  The new 
+package uses autoconf to configure itself, and automake to create the
+Makefile.
+
+The idea is that you execute autoproject just once when you start a new
+project.  It will ask a few questions, then create a new directory and
+populate it with standard files, customized for the new project.
+EOF



More information about the Lunar-commits mailing list