[beagle-0.2.1-1-i686
alex_extreme <[EMAIL PROTECTED]>**20060204144354
  * new package
] {
adddir ./extra/source/gnome/beagle
addfile ./extra/source/gnome/beagle/FrugalBuild
hunk ./extra/source/gnome/beagle/FrugalBuild 1
+# Last modified: Sat, 04 Feb 2006 14:25:16 +0000
+# Compiling time: 1.53 SBU
+# Maintainer: alex_extreme <[EMAIL PROTECTED]>
+
+pkgname=beagle
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Search tool that ransacks your personal information space"
+url="http://beagle-project.org";
+depends=('firefox' 'gecko-sharp' 'gmime>=2.1.19' 'gtk-sharp' 'libexif' 
'libxml2' 'sqlite2' 'scrnsaverproto' 'libxscrnsaver')
+makedepends=('intltool' 'pygtk' 'zip')
+backup=('etc/beagle/crawl-applications' 'etc/beagle/crawl-documentation' 
'etc/beagle/crawl-windows')
+install=beagle.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/beagle/0.2/beagle-$pkgver.tar.gz)
+sha1sums=('4bce5c58caa0d15e2fa063559ab91793875455b0')
+
+build() {
+       export MONO_SHARED_DIR=$startdir/pkg/weird
+       mkdir -p $MONO_SHARED_DIR
+       
+       Fcd
+       Fmake --disable-evolution-sharp --enable-inotify 
--disable-epiphany-extension
+       Fmakeinstall
+       
+       rm -rf $startdir/pkg/etc/cron.d
+       mkdir -p $startdir/pkg/etc/cron.daily
+       cat > $startdir/pkg/etc/cron.daily/beagle-crawl-system << 'EOF'
+#!/bin/sh
+
+/usr/libexec/beagle-crawl-system
+EOF
+       
+       rm -rf $MONO_SHARED_DIR
+}
+
+# optimalization OK
addfile ./extra/source/gnome/beagle/beagle.install
hunk ./extra/source/gnome/beagle/beagle.install 1
+post_install() {
+       cat << 'EOM'
+==> Remember to enable extended attributes on the partitions you wish to index.
+ -> This can be done by adding the user_xattr mount option in /etc/fstab.
+ -> To activate it on a running system, run: mount -o remount <mount point>
+ -> You must also build Beagle's index. This is automatically done daily, but
+ -> it is recommended that you run /usr/libexec/beagle-crawl-system as a normal
+ -> user now.
+EOM
+}
+
+op=$1
+shift
+$op $*
}
_______________________________________________
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs

Reply via email to