Page 2 of 2

Re: Binary packages

Posted: 9. Mar 2012, 00:32
by Shador
Ok, I almost did it the way SBO did. But as all Salix packages put files into $pkgname-$pkgver, I did not put the sources into /usr/src/fpc-$pkgver, but instead into fpc-source-$pkgver. I didn't want to mess up the directory of the fpc package with stuff from another package. The symlink is from fpc-source accordingly.

SLKBUILD: http://gaia.homelinux.org/salix/slkbuil ... e/SLKBUILD
Package: http://gaia.homelinux.org/salix/package ... ch-1ab.txz
Slackbuild (for reference): http://slackbuilds.org/slackbuilds/13.3 ... SlackBuild

Comments? Can I go ahead an push it?

164M extracted (15M compressed) BTW. So only install this bloat if you really, really need lazarus. :D

Re: Binary packages

Posted: 9. Mar 2012, 15:40
by gapan
Fine by me.

Re: Binary packages

Posted: 10. Mar 2012, 21:50
by Shador
Ok, uploaded it to the repositories. Just install fpc-source and then lazarus and select /usr/src/fpc-source as the source directory.

EDIT: Do not start lazarus somewhere with much files and dirs in that path like your home. It initially scans the whole directory tree of PWD and if there are many files it may appear to be hanging. :D
Maybe there's some option to disable that silly behaviour.