|
发表于 2007-3-21 17:50:49
|
显示全部楼层
1、如果用官方的包(相当于"源码包",arch里面叫PKGBUILD及相关补丁和脚本文件)可以用abs,以下是man abs的输出:- abs will synchronize PKGBUILD scripts from the CVS repository
- into /var/abs. You can follow different package trees by
- editing /etc/abs/supfile.* files. If no argument is given, abs
- will synchronize from supfiles specified in /etc/abs/abs.conf.
- If -p is specified, the connection is opened in passive mode.
复制代码
同步下来的文件都放在/var/abs下面,可以进到对应软件的目录编辑PKGBUILD,重新makepkg生成软件包
2、还可以用aurbuild(需要去aur网站下载安装aurbuild)来下载aur上面非官方的包:- $ aurbuild -S xxx
- $ aurbuild -e xxx ; cd ~/.aursave/xxx
复制代码
就可以编辑PKGBUILD来自定义编译参数 |
|