You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2005/01/23 00:31:58 UTC

cvs commit: gump/project apr-iconv.xml

carnold     2005/01/22 15:31:58

  Modified:    profile  gump.xml
  Added:       project  apr-iconv.xml
  Log:
  Adding APR-iconv
  
  Revision  Changes    Path
  1.516     +1 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.515
  retrieving revision 1.516
  diff -u -r1.515 -r1.516
  --- gump.xml	22 Jan 2005 04:57:19 -0000	1.515
  +++ gump.xml	22 Jan 2005 23:31:57 -0000	1.516
  @@ -162,6 +162,7 @@
   <!-- Apache Portable Runtime -->
     <module href="project/apr.xml"/>
     <module href="project/apr-util.xml"/>
  +  <module href="project/apr-iconv.xml"/>
   
   <!-- Apache.WebServices -->
   
  
  
  
  1.1                  gump/project/apr-iconv.xml
  
  Index: apr-iconv.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2004-2005 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <module name="apr-iconv">
  
    <url href="http://apr.apache.org/"/>
    <description>
      Apache Portable Runtime
    </description>
  
    <svn repository="apr" dir="apr-iconv/trunk"/>
  
    <project name="apr-iconv-buildconf">
      <script name="buildconf">
        <arg name="--with-apr" project="apr-make-install"
          reference="home"/>
      </script>
      <depend project="apr-make-install"/>
    </project>
  
    <project name="apr-iconv-configure">
      <configure>
        <arg name="--prefix" path="dest-@@DATE@@"/>
        <arg name="--with-apr" project="apr-configure"
          reference="home"/>
      </configure>
      <depend project="apr-iconv-buildconf"/>
      <home nested="dest-@@DATE@@"/>
    </project>
  
    <project name="apr-iconv-make">
      <make/>
      <depend project="apr-iconv-configure"/>
    </project>
  
    <!--   seems to have a problem and attempts to mkdir NONE -->
    <!-- project name="apr-iconv-make-install">
      <make target="install"/>
      <depend project="apr-iconv-make"/>
    </project -->
  </module>