You are not logged in.
Pages: 1
I think could be usefull to have the possibility to download the configured source package in order to easyer the work of recompiling some application.
For instance, recompiling exim with mysql or ldap support.
Having the package ready with all the configuration ready (where to install the binary, conf files and so on) make faster to compile a new package like exim-mysql that is compliance with the official one and avilable to everybody.
Basically my need is coming out from the necessity to move an existing system (ftp, mail....) with account already configured that work completely with MySQL.
Offline
if you use abs you can adapt all options given to configure and so enable extra functionality
just exec abs to sync the tree then cd to /usr/abs
go to the dir of the pkg you want to rebuild
adapt the PKGBUILD
and do a makepkg
Offline
Pages: 1