Thanks to everybody!

I add the custom up2date line, but it is not working, if it find the Finclude sourceforge line. I get same message: there was no output. I delete Finclude, add source and url, and it is working. Is it okey?
# Compiling Time: 0.04 SBU
# Maintainer: kikadf <[email protected]>

pkgname=4pane
pkgver=0.7.0
pkgrel=1
pkgdesc="4Pane is a multi-pane, detailed-list file manager"
url="http://www.4pane.co.uk/";
_F_desktop_filename="4Pane"
_F_desktop_icon="4PaneIcon48.png"
_F_desktop_categories="FileManager;Utility;"
#_F_sourceforge_dirname=fourpane
#_F_sourceforge_name=4Pane
_F_archive_name=4Pane
depends=('wxgtk')
up2date="lynx -dump http://sourceforge.net/projects/fourpane/files/ |grep 
files/[0-9.]*/$|sed -n 's|.*/\(.*\)/|\1|;$ p'"
#Finclude sourceforge
source=(http://downloads.sourceforge.net/sourceforge/fourpane/$_F_archive_name-$pkgver.tar.gz)
groups=('xapps-extra')
archs=('i686' 'x86_64')
sha1sums=('f0e4f144ea4a642b62707a9e29fab44ead1b0ef5')

build()
{
        Fcd $pkgname-$pkgver
        Fmake
        Fmakeinstall
        Ficonrel bitmaps/4PaneIcon48.png
        Fdesktop2
}

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to