[Lunar-commits] CVS: moonbase/zbeta/beagle BUILD, NONE, 1.1 CONFIGURE, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1

Nick Hudson nhudson at lunar-linux.org
Sun Apr 10 05:35:45 UTC 2005


Update of /var/cvs/lunar/moonbase/zbeta/beagle
In directory espresso.foo-projects.org:/tmp/cvs-serv18435/beagle

Added Files:
	BUILD CONFIGURE DEPENDS DETAILS POST_INSTALL 
Log Message:

Adding beagle to moonbase, right now I am forcing a check to make sure teh mono bindings for gmime and /dev/inotify is present


--- NEW FILE: BUILD ---
(

   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
                --build=$BUILD                    \
                --sysconfdir=/etc                 \
                --localstatedir=/var              \
                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
                --enable-webservices              \
                --enable-network                  \
                --with-mozilla=firefox            \
                $OPTS                             &&
    default_make				  &&

    if [ ! -d /usr/share/beagle ]; then

       mkdir /usr/share/beagle                     
       cp mozilla-extension/beagle.xpi /usr/share/beagle/

    else
   
       cp mozilla-extension/beagle.xpi /usr/share/beagle/

    fi  

) > $C_FIFO 2>&1

--- NEW FILE: CONFIGURE ---
if [ ! -e /dev/inotify ]; then
   echo "Please install a inotify enabled kernel"
   echo "Either linux-2.6-inotify or linux-2.6-mm"
   echo "For better functionality use linux-2.6-inotify"
   false

else
  
    echo "inotify found at /dev/inotify"

fi

if [ ! -d /usr/lib/mono/gmime-sharp ]; then
   echo "Please re-install gmime and say "y" to mcs"
   false

else

   echo "Gmime mono bindings found"

fi

--- NEW FILE: DEPENDS ---
depends dbus &&
depends howl &&
depends libexif &&
depends gmime &&
depends gtk-sharp &&
depends evolution-sharp &&
depends gsf-sharp-svn &&
optional_depends "firefox" "" "" "for firefox plugin support" 

--- NEW FILE: DETAILS ---
          MODULE=beagle
         VERSION=0.0.9
           MAJOR=0.0
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
      SOURCE_VFY=sha1:5e3410040db5391770accc8d0f4e72f2220b5e89
       WEB_SITE=http://www.gnome.org/projects/beagle
         ENTERED=20050410
         UPDATED=20050410
           SHORT="Beagle is a search tool that ransacks your personal information space to find whatever you're looking for"
cat << EOF
Beagle is a search tool that ransacks your personal information space to find whatever you're looking for.
EOF

--- NEW FILE: POST_INSTALL ---
#########################################################

echo "If you have Mozilla or Firefox installed the"
echo "plugin for beagle is located in /usr/share/beagle"

#########################################################



More information about the Lunar-commits mailing list