hi, On Mon, Sep 12, 2005 at 04:52:30PM +0200, Guba Norbert <[EMAIL PROTECTED]> wrote: > # Last Modified: Mon, 12 Sep 2005 16:47:50 +0200 > # Compiling Time: ~1 minute > # Contributor: xmouse <[EMAIL PROTECTED]> > > pkgname=rxvt > pkgver=2.6.4 > pkgrel=1 > pkgdesc="rxvt is a colour vt102 terminal emulator" > url="http://sourceforge.net/projects/rxvt" > depends=()
please use makepkg -a to fill in the depends() array the archs() and the up2date directive is missing (see man makepkg) > source=(http://easynews.dl.sourceforge.net/sourceforge/rxvt/rxvt-2.6.4.tar.gz) > md5sums=('6b33ae7724e5e669ab9b2e79ae9a7758') > > build() { > cd $startdir > ./configure > make > make install please build the packages as a normal user (after a pacman -S fakeroot) so that you'll see that this package installs its files under / and not under $Fdestdir, wich is bad in most cases using Fbuild instead of ./configure && make && make install is fine 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
