On Sun, Sep 18, 2005 at 08:00:05PM +0200, David Kimpe <[EMAIL PROTECTED]> wrote:
> pkgver=0.1.4pre2

are you sure the latest stable release is old enough that we are
recommended to use a prelease?

> depends=()

probably depends() should not be empty, use chkdep -p foo.fpm or if it
is written in a scripting language (perl/python/etc) then put it to
depends()

> sha1sums=('9281e7c9dbebf5da45c542e4c68726a3984fac6a' 
> 'e5aef8221ea9b0a632d23661fc0920633630e08b' 
> '77a0bbe2ffd18920f791ee57a0aee76c439e99ee')

this is just a cosmetic: see what format makepkg -g does use

> build()
> {
>       Fbuild
>       Fexe xinitrc.$pkgname /etc/X11/xinit/xinitrc.$pkgname
>       Ffile $pkgname.desktop /etc/X11/sessions/$pkgname.desktop
> }

here Fexe /etc/X11/xinit/xinitrc.$pkgname and 
Ffile /etc/X11/sessions/$pkgname.desktop is enough, but of course your
sollution is correct, too. (if the soruce and target filename is the
same then you can ommit the first parameter)

> the other files can be found here: 
> http://dnaku.distrotalk.net/frugalware/frugalbuilds/pekwm/
> if the frugalbuild is ok (which I think it is) I'm going to push it once I 
> figure out how the 
> darcs thing works.

probably you want to 'darcs send' it instead of 'darcs push' it, as push
requires darcs write access :)

udv / greetings,
VMiklos

-- 
Developer of Frugalware Linux, to make things frugal - http://frugalware.org
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to