#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=bluefish pkgver=2.2.2 zenver=72 pkgrel=1 arch=i686 source=("http://www.bennewitz.com/bluefish/stable/source/bluefish-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://bluefish.openoffice.nl/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') doinst() { # update the mime desktop database if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database -q fi # update the mime database if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "bluefish (A powerful editor for experienced web designers)" "Bluefish is an HTML editor targeted to bluefish: experienced users." "This version is compiled bluefish: without gnome support, which also" "means there bluefish: is no gnome-vfs-support" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-update-mimedb --disable-static make || return 1 make install DESTDIR=$startdir/pkg # Removed files not usefull rm $startdir/pkg/usr/share/mime/{icons,generic-icons,XMLnamespaces,aliases,globs,globs2,magic,mime.cache,subclasses,treemagic,types} rm $startdir/pkg/usr/share/applications/mimeinfo.cache }