# Description: Programs for mounting/unmounting/ejecting storage devices # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: hal, libgnomeui, nautilus # Group: gnome name=gnome-mount version=0.6 release=1 source=(http://freedesktop.org/~david/dist/$name-$version.tar.gz) build() { cd $name-$version rm po/*.po sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \ -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-schemas-install make make DESTDIR=$PKG install }