Hi!

url="http://unetbootin.sourceforge.net";
The url is later overwritten by Finclude sourceforge (see man
sourceforge.sh, it overwrites url/source/up2date) so remove it or move
it to _after_ Finclude sourceforge.

        Fexec make
        Fexe $pkgname /usr/bin/$pkgname
What about:
Fmake
Fexe /usr/bin/$pkgname


I fixed this, and I modified the up2date. Is it okey?
# Compiling Time: 0.16 SBU
# Maintainer: kikadf <[email protected]>

pkgname=unetbootin
pkgver=494
pkgrel=1
pkgdesc="UNetbootin loads utilities or installs Linux/BSD to a partition or USB 
drive without a CD."
_F_cd_path="/"
_F_desktop_name="UNetbootin"
_F_sourceforge_sep="-source-"
depends=('syslinux' '7zip' 'libqtcore' 'libqtgui' 'libqtnetwork')
makedepends=('qt4-linguist')
Finclude sourceforge
groups=('xapps-extra')
archs=('i686' 'x86_64')
sha1sums=('2d288095b3eb011f767f27182a74ec43659f6002')

build()
{
        Fexec lupdate unetbootin.pro
        Fexec lrelease unetbootin.pro
        Fexec qmake
        Fmake
        Fexe /usr/bin/$pkgname
        Ffile "$pkgname"_*.qm /usr/share/$pkgname/
        Fdesktop2
}


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

Reply via email to