LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 38088|回复: 34

[资源] 非官方软件包和PKGBUILD列表(该方式已过时。请大家使用官方AUR)

 关闭 [复制链接]
发表于 2005-2-26 09:33:51 | 显示全部楼层 |阅读模式
Arch官方已经有完善的非官方PKGBUILD的发布方式——AUR:
http://aur.archlinux.org
使用指南请参阅:
http://www.linuxsir.cn/bbs/showthread.php?t=291924


PKGBUILD目录如下,非官方软件包仓库见二楼。

PKGBUILD目录(按字母顺序)
  • [post=1083435] blackbox 0.70.0-1 一款小巧的窗口管理器[/post]已不需要
  • [thread=239286] chmsee 0.9.5 基于gtkhtml的chm阅读器[/thread]
  • [post=1083434] cutedict 1.1-1 stardict的KDE克隆[/post]Broken
  • [post=1083440] emacs-cvs emacs的cvs版本[/post]Broken
  • [post=1083437] eva 0.2.1-1 QQ客户端for KDE[/post]陈旧
  • [post=1358354] eva 0.4.1 QQ客户端for KDE[/post]
  • [post=1044405] fcitx 3.1 小企鹅输入法(中文标签补丁)[/post]已不需要
  • [post=1044400] grub 0.96-4 引导器(附图形splash补丁)[/post]
  • [post=1083439] gtk-clearlooks-engine 0.5-1 GTK1/GTK2 engine[/post]
  • [post=1044406] idesk-extras 1.36 idesk的配置工具和一些图标[/post]
  • [post=1083438] kchm 0.6.5-1 CHM viewer for KDE[/post]
  • [post=1042977] kiso 0.7-1 KDE下的ISO文件编辑创建工具[/post]
  • [post=1149910] krusader-1.60.0-2 with new zh_CN po 类似MC的文件管理器[/post]已不需要
  • [post=1044401] mozilla-firefox 20050305 web浏览器[/post]已不需要
  • [post=1083433] openq 0.3.1-2 Gaim的QQ协议插件[/post]
  • [post=1151034] proftpd 1.2.10 with iconv() 经典的ftp服务器,打了iconv()补丁。支持本地到远程的字符集转换。[/post]
  • [post=1138004] python-scipy 0.3.2-1 Scientific tools for python[/post]
  • [post=1042976] qemu 0.6.1-1 虚拟机软件[/post]community中已包含
  • [post=1151024] qjoypad 3.4 转换游戏手柄的输入为键盘&鼠标输入[/post]
  • [post=1360648] qterm 0.4.0pre3 基于QT的BBS客户端[/post]
  • [post=1145718] realplayer 10.0.4 realplayer媒体播放器[/post]
  • [post=1189227] rp-pppoe-gui 3.5 rp-pppoe的tk前端(tkpppoe)[/post]
  • [post=1140023] sane-cvs sane(Scanner Access Now Easy)的CVS版本[/post]已不需要
  • [post=1044402] scim 1.2.1 中文输入法平台[/post]已不需要
  • [post=1145727] scim-fcitx cvsscim的fcitx模块[/post]
  • [post=1044403] scim-pinyin 0.5.0 scim的拼音输入法[/post]已不需要
  • [post=1373299] sdcv 0.4.1 电子辞典[/post]
  • [post=1044404] skim 1.2.0 scim的KDE前端[/post]
  • [post=1044399] stardict 2.4.4-1 电子词典[/post]已不需要
  • [post=1083436] socks5 v1.0r11-1 socks5代理服务器[/post]
  • [post=1239871] wqy-bitmapfont 0.6.0 文泉驿点阵字体[/post]
  • [post=1042975] xpdf 3.00-4 PDF文件阅读器[/post]
  • [post=1301279] zhcon 0.2.3 控制台中文支持[/post]



搜索本版PKGBUILD的办法:
1. 进入linuxsir的搜索页面
2. <关键词>中填入:[arch][PKGBUILD]软件名
3. 在<按关键词搜索>栏目中选择“仅搜索标题"
4. <结果显示>栏目中选择”帖子“
5. 点击<搜索>

先开个主题,慢慢收集。
如果要您有收集到的或自己写的PKGBUILD和软件包,请开新主题。我会把它们整理到这个帖子中。

新开主题建议格式:

标题:
[arch][PKGBUILD]stardict
内容:

软件名:stardict
版本:2.4.4-1
软件简介:电子辞典
补丁:无(如有,请说明补丁的作用)
编写:ganloo
提交日期:年月日

PKGBUILD

  1. # Contributor: ganlu <rhythm_gan@yahoo.com.cn>
  2. pkgname=stardict
  3. pkgver=2.4.4
  4. pkgrel=1
  5. pkgdesc="Dictionary"
  6. url="http://stardict.sourceforge.net/"
  7. license=GPL
  8. depends=('xorg' 'gtk2' 'libgnomeui')
  9. backup=()
  10. source=(http://belnet.dl.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2)
  11. md5sums=()

  12. build() {
  13.           cd $startdir/src/$pkgname-$pkgver
  14.           # ox dict patch
  15.           # patch -p1 < ../../stardict-ox-fix.diff
  16.           ./configure --prefix=/usr --sysconfdir=/etc
  17.           make || return 1
  18.           make DESTDIR=$startdir/pkg install
  19. }
复制代码



注意:PKGBUILD不要用“引用“,用[CODE][/CODE]包含,这样才能有缩进。
提交主题时候注意取消“自动分析超级链接”这个选项

暂行办法,如有不合理的地方再改。
 楼主| 发表于 2005-2-26 09:37:52 | 显示全部楼层

arch非官方软件包列表

arch非官方软件包列表:

aur仓库的PKGBUILD获得方法
到这里查看:http://aur.archlinux.org/packages.php
到这里查看目录树:http://aur.archlinux.org/packages/

tur 软件仓库,最方便的方法是添加Server源。当然有“洁癖”的也可以手动下载:
主要软件:LinNeighborhood
ftp://ftp.archlinux.org/tur/deepfreeze/

主要软件:ati-drivers helixplayer realplayer ati-drivers-module-kernel26 superkaramba
ftp://ftp.archlinux.org/tur/link/

主要软件:supertux arch-artwork bittornado gxmame rpm2targz smb4k skype
ftp://ftp.archlinux.org/tur/staging/

主要软件:KDE(非稳定版)  konverter
ftp://ftp.archlinux.org/tur/tpowa/

主要软件:mozplugger mrxvt
ftp://ftp.archlinux.org/tur/twm/

主要软件:gproftpd
ftp://ftp.archlinux.org/tur/whatah/

完全列表在此:
http://xentac.net/~tur/repos.php


cle中文包
主要软件:azureus fireflysung.ttf fontconfig freetype2 openoffice.firefly.zh_cn skype stardict-zh_cn
ftp://cle.linux.org.tw/pub/ArchLinux/alcle/

建议直接添加到pacman.conf中
[alcle]
Server = ftp://cle.linux.org.tw/pub/ArchLinux/alcle


archcn中文软件仓库
主要软件:acroread-zh-cn fcitx openq scim skim scim-pinyin scim-tables ttf-zh-cn
http://arch.ourlinux.net:81/archcn

详情和更新请参考:http://www.linuxsir.cn/bbs/showthread.php?t=186265

建议直接添加到pacman.conf中
[archcn]
Server = http://arch.ourlinux.net:81/archcn
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-26 09:38:18 | 显示全部楼层

[arch][PKGBUILD]xpdf

软件名:xpdf
版本:3.00-4
软件简介:pdf阅读器
补丁:中文标签补丁
编写:
提交日期:2004年10月16日

PKGBUILD

  1. # Maintainer: tobias <tobias@archlinux.org>
  2. # Contributor Sarah Hay <sarahhay@mb.sympatico.ca>

  3. pkgname=xpdf
  4. pkgver=3.00
  5. pkgrel=4
  6. pkgdesc="Xpdf is a viewer for Portable Document Format (PDF) files."
  7. depends=('zlib' 'gcc>=3.4' 'lesstif' 't1lib')
  8. backup=(etc/xpdfrc)
  9. url="http://www.foolabs.com/xpdf/"
  10. source=(ftp://ftp.foolabs.com/pub/xpdf/$pkgname-$pkgver.tar.gz \
  11.         http://61.153.200.30/lucida/linux-patch/files/xpdf-3.0-cjk-font.diff \
  12.         http://61.153.200.30/lucida/linux-patch/files/xpdf-cjk-fix.diff)

  13. build() {
  14.   cd $startdir/src/$pkgname-$pkgver
  15.   patch -Np0 -i ../xpdf-3.0-cjk-font.diff
  16.   patch -Np0 -i ../xpdf-cjk-fix.diff
  17.   ./configure                                                  \
  18.     --prefix=/usr                                              \
  19.     --enable-freetype2                                         \
  20.     --sysconfdir=/etc                                          \
  21.     --with-freetype2-library=/usr/lib                          \
  22.     --with-freetype2-includes=/usr/include/freetype2/freetype  \
  23.     --with-t1-library=/usr/lib                                 \
  24.     --with-t1-includes=/usr/include                            \
  25.     --x-includes=/usr/X11R6/include                            \
  26.     --with-Xm-library=/usr/X11R6/lib                           \
  27.     --with-Xm-includes=/usr/X11R6/include
  28. # mess with configure and freetype2
  29.   sed -i 's|/usr/include/freetype2/freetype|/usr/include/freetype2|' splash/Makefile
  30.   for file in splash/SplashFTFont*h; do
  31.     sed -i 's|\(#include <freetype/freetype.h>\)|#include <ft2build.h>\n#include FT_FREETYPE_H\n\1\n|' $file
  32.   done
  33.   make || return 1
  34.   make DESTDIR=$startdir/pkg install
  35. }
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-26 09:38:32 | 显示全部楼层

[arch][PKGBUILD]qemu

软件名:qemu
版本:0.6.1-1
软件简介:类似VMWARE的虚拟机
补丁:无
编写:
提交日期:2005年02月26日

PKGBUILD

  1. pkgname=qemu
  2. pkgver=0.6.1
  3. pkgrel=1
  4. pkgdesc="QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed."
  5. url="http://fabrice.bellard.free.fr/qemu/"
  6. source=(http://fabrice.bellard.free.fr/$pkgname/$pkgname-$pkgver.tar.gz)
  7. md5sums=('f1b5e103321832d2786dd4110f6c8ae4')
  8. depends=('sdl')

  9. build() {
  10.   cd $startdir/src/$pkgname-$pkgver
  11.   ./configure --prefix=/usr --target-list=i386-softmmu
  12.   make || return 1
  13.   sed -i s\%/usr/%$startdir/pkg/usr/% config-host.mak
  14.   make prefix=$startdir/pkg/usr install
  15. }
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-26 09:38:49 | 显示全部楼层

[arch][PKGBUILD]kiso

软件名:kiso
版本:0.7-1
软件简介:一个可以创建和编辑iso文件的KDE软件
补丁:无
编写:
提交日期:2005年02月26日

PKGBUILD

  1. pkgname=kiso
  2. pkgver=0.7
  3. pkgrel=1
  4. pkgdesc="iso maker for Kde"
  5. url="http://kiso.sourceforge.net/"
  6. license=""
  7. depends=('kdebase' 'sudo'  'cdrtools'  'libcdio')
  8. makedepends=()
  9. conflicts=()
  10. replaces=()
  11. backup=()
  12. install=
  13. source=(http://ovh.dl.sourceforge.net/sourceforge/kiso/$pkgname-$pkgver.tar.gz)
  14. md5sums=('eb27421b988abd75e14cd723e11c00aa')

  15. build() {
  16.   cd $startdir/src/$pkgname-$pkgver
  17.   ./configure --prefix=/usr
  18.   make || return 1
  19.   make DESTDIR=$startdir/pkg install
  20. }
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-28 08:01:36 | 显示全部楼层

[arch][PKGBUILD]stardict

软件名:stardict
版本:2.4.4-1
软件简介:电子辞典
补丁:无
编写:ganloo
提交日期:2004年12月09日

PKGBUILD

  1. # Contributor: ganlu <rhythm_gan@yahoo.com.cn>
  2. pkgname=stardict
  3. pkgver=2.4.4
  4. pkgrel=1
  5. pkgdesc="Dictionary"
  6. url="http://stardict.sourceforge.net/"
  7. license=GPL
  8. depends=('xorg' 'gtk2' 'libgnomeui')
  9. makedepends=('intltool')
  10. backup=()
  11. source=(http://belnet.dl.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2)
  12. md5sums=()

  13. build() {
  14. cd $startdir/src/$pkgname-$pkgver
  15. # ox dict patch
  16. # patch -p1 < ../../stardict-ox-fix.diff
  17. ./configure --prefix=/usr --sysconfdir=/etc
  18. make || return 1
  19. make DESTDIR=$startdir/pkg install
  20. }
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-28 08:02:18 | 显示全部楼层

[arch][PKGBUILD]grub

软件名:grub
版本:0.96-4
软件简介:引导器
补丁:图形splash补丁
编写:
提交日期:2005年03月03日

PKGBUILD

  1. # Contributor: Mario A. Vazquez <mario_vazq@hotmail.com>
  2. pkgname=grub
  3. pkgver=0.96
  4. pkgrel=4
  5. pkgdesc="A GNU multiboot boot loader"
  6. url="http://www.gnu.org/software/grub/"
  7. depends=('ncurses')
  8. makedepends=('')
  9. source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz \
  10.   http://www.mundolink.net/users/mariov/arch/packages/grub/menu.lst install-grub http://www.mundolink.net/users/mariov/arch/packages/grub/grub-0.96-graphics.patch http://www.mundolink.net/users/mariov/arch/packages/grub/splash.xpm.gz)
  11. backup=('boot/grub/menu.lst')
  12. md5sums=()

  13. build() {
  14.   cd $startdir/src/$pkgname-$pkgver
  15. # add graphic background support
  16.   patch -p1 < ../grub-0.96-graphics.patch || return -1

  17. # optimizations break the build -- disable them
  18.   autoreconf --install --force
  19.   CFLAGS= ./configure --prefix=/usr --bindir=/bin --sbindir=/sbin
  20.   CFLAGS= make || return 1
  21.   make DESTDIR=$startdir/pkg install
  22.   install -D -m644 ../menu.lst $startdir/pkg/boot/grub/menu.lst
  23.   install -D -m644 $startdir/splash.xpm.gz $startdir/pkg/boot/grub/splash.xpm.gz
  24.   install -D -m755 ../install-grub $startdir/pkg/sbin/install-grub

  25.   # make symlink to fix path issues with splashimage
  26.   ln -sf . $startdir/pkg/boot/boot
  27. }
复制代码


install-grub

  1. #!/bin/bash

  2. #
  3. # This is a little helper script that tries to convert linux-style device
  4. # names (DevFS or old-style) to grub-style.  It's not very smart, so it
  5. # probably won't work for more complicated setups.
  6. #
  7. # If it doesn't work for you, try installing grub manually:
  8. #
  9. #    # mkdir -p /boot/grub
  10. #    # cp /usr/lib/grub/i386-pc/* /boot/grub/
  11. #
  12. # Then start up the 'grub' shell and run something like the following:
  13. #
  14. #    grub> root(hd0,0)
  15. #    grub> setup(hd0)
  16. #
  17. # The "root" line should point to the partition your kernel is located on,
  18. # /boot if you have a separate boot partition, otherwise your root (/).
  19. #
  20. # The "setup" line tells grub which disc/partition to install the
  21. # bootloader to.  In the example above, it will install to the MBR of the
  22. # primary master hard drive.
  23. #

  24. usage() {
  25.         echo "usage: install-grub <install_device> [boot_device]"
  26.         echo
  27.         echo "where <install_device> is the device where Grub will be installed"
  28.         echo "and [boot_device] is the partition that contains the /boot"
  29.         echo "directory (auto-detected if omitted)"
  30.         echo
  31.         echo "examples: install-grub /dev/discs/disc0/disc"
  32.         echo "          install-grub /dev/discs/disc0/part1 /dev/discs/disc0/part1"
  33.         echo
  34.         exit 0
  35. }

  36. convertdev() {
  37.         newdev=
  38.         if [ "`echo $1 | grep ^/dev/hd`" ]; then
  39.                 # device appears to be the old naming style: /dev/hdXY
  40.                 end=`echo $1 | cut -d/ -f3`
  41.                 if [ "`echo $end | grep [0-9]$`" ]; then
  42.                         part=`echo $end | rev | cut -b1`
  43.                         part=$((part-1))
  44.                         drive=`echo $end | rev | cut -b2`
  45.                 else
  46.                         part=
  47.                         drive=`echo $end | rev | cut -b1`
  48.                 fi
  49.                 disc=
  50.                 case $drive in
  51.                         a) disc=0 ;;
  52.                         b) disc=1 ;;
  53.                         c) disc=2 ;;
  54.                         d) disc=3 ;;
  55.                         e) disc=4 ;;
  56.                         f) disc=5 ;;
  57.                         g) disc=6 ;;
  58.                         h) disc=7 ;;
  59.                 esac
  60.                 if [ "$disc" != "" ]; then
  61.                         if [ "$part" != "" ]; then
  62.                                 newdev="(hd${disc},$part)"
  63.                         else
  64.                                 newdev="(hd${disc})"
  65.                         fi
  66.                 fi
  67.         else
  68.                 # assume a regular devfs designation: /dev/discs/discX/partY
  69.                 end=`echo $1 | cut -d/ -f5 | cut -b-4`
  70.                 disc=`echo $1 | cut -d/ -f4 | cut -b5`
  71.                 if [ "$end" = "part" ]; then
  72.                         part=`echo $1 | cut -d/ -f5 | cut -b5`
  73.                         part=$(($part-1))
  74.                         newdev="(hd${disc},$part)"
  75.                 elif [ "$end" = "disc" ]; then
  76.                         newdev="(hd${disc})"
  77.                 fi
  78.         fi

  79.         if [ "$newdev" = "" -a "$2" != "0" ]; then
  80.                 # it may be a /dev/ide/host0/bus0... device name - try finding
  81.                 # the /dev/discs/... equivalent
  82.                 chunk=`echo $1 | cut -d/ -f3- | cut -d/ -f1-5`
  83.                 symdev=`find /dev -lname ../$chunk | grep 'dev/discs'`
  84.                 symdev="$symdev/`echo $1 | cut -d/ -f8`"
  85.                 newdev=`convertdev $symdev 0`
  86.         fi

  87.         echo "$newdev"
  88. }

  89. INSTDEV=$1
  90. BOOTDEV=$2

  91. if [ "$INSTDEV" = "" ]; then
  92.         usage
  93. fi
  94. if [ "$BOOTDEV" = "" ]; then
  95.         BOOTDEV=`mount | grep "on /boot type" | cut -d' ' -f 1`
  96. fi
  97. if [ "$BOOTDEV" = "" ]; then
  98.         BOOTDEV=`mount | grep "on / type" | cut -d' ' -f 1`
  99. fi
  100. if [ "$BOOTDEV" = "" ]; then
  101.         echo "error: could not determine BOOT_DEVICE, please specify manually" >&2
  102.         exit 1
  103. fi

  104. mkdir -p /boot/grub
  105. cp /usr/lib/grub/i386-pc/* /boot/grub/
  106. grub_BOOTDEV=`convertdev $BOOTDEV`
  107. grub_INSTDEV=`convertdev $INSTDEV`
  108. if [ "$grub_BOOTDEV" = "" ]; then
  109.         echo "error: could not convert device to grub format: $BOOTDEV" >&2
  110.         exit 1
  111. fi
  112. if [ "$grub_INSTDEV" = "" ]; then
  113.         echo "error: could not convert device to grub format: $INSTDEV" >&2
  114.         exit 1
  115. fi
  116. echo -e "Install Device: \t$grub_INSTDEV\t\t$INSTDEV"
  117. echo -e "Boot Device:    \t$grub_BOOTDEV\t\t$BOOTDEV"
  118. echo
  119. echo -n "Continue? [Y/n] "
  120. read confirm
  121. if [ "$confirm" != "Y" -a "$confirm" != "y" -a "$confirm" != "" ]; then
  122.         exit 0
  123. fi
  124. /sbin/grub --batch 2>&1 >/tmp/grub.log <<EOF
  125. root $grub_BOOTDEV
  126. setup $grub_INSTDEV
  127. quit
  128. EOF
  129. cat /tmp/grub.log
  130. if grep "Error [0-9]*: " /tmp/grub.log >/dev/null; then
  131.         echo -e "\nGrub installation failed.\n" >&2
  132.         exit 1
  133. else
  134.         echo -e "\nGrub installation finished.\n" >&2
  135. fi
  136. rm -f /tmp/grub.log

  137. exit 0
复制代码


备注:
grub背景图片图片可用如下命令转换:
convert -resize 640x480 -colors 14 image.jpg splash.xpm && gzip -9 splash.xpm

修改/boot/grub/menu.lst,添加类似如下一行:
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-28 08:02:48 | 显示全部楼层

[arch][PKGBUILD]mozilla-firefox

软件名:mozilla-firefox
版本:20050305
软件简介:WEB浏览器
补丁:无
编写:ganloo
提交日期:

PKGBUILD:
  1. # Contributer: Gan Lu <rhythm_gan@yahoo.com.cn>
  2. pkgname=mozilla-firefox
  3. pkgver=20050305
  4. pkgrel=1
  5. pkgdesc="Standalone web browser from mozilla.org"
  6. makedepends=('zip' 'cvs')
  7. depends=('gtk2' 'libidl2' 'gcc')
  8. replaces=('mozilla-firebird' 'phoenix')
  9. url="http://www.mozilla.org/projects/firefox"
  10. source=(mozconfig mozilla-firefox.desktop mozilla-firefox.png)

  11. build() {
  12.   export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
  13.   sed "s@#CFLAGS#@$CFLAGS@g" $startdir/src/mozconfig >.mozconfig
  14.   cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout mozilla/client.mk

  15.   cd $startdir/src/mozilla
  16.   make -f client.mk checkout
  17.   
  18.   make -f client.mk build || return 1
  19.   mkdir -p $startdir/pkg/opt/$pkgname $startdir/pkg/usr/bin
  20.   make DESTDIR=$startdir/pkg install || return 1

  21.   cd $startdir/pkg/opt/mozilla/lib && ln -sf firefox-$pkgver firefox

  22.   # Remove some useless default profile setup and folders
  23.   rm -rf $startdir/pkg/opt/mozilla/bin/defaults
  24.   rm -rf $startdir/pkg/opt/mozilla/share
  25.   rm -rf $startdir/pkg/opt/mozilla/lib/pkgconfig
  26.   rm -rf $startdir/pkg/opt/mozilla/include

  27.   # Place these in /usr until all common desktops support icon lookups in XDG_DATA_DIRS
  28.   install -m755 $startdir/pkg/opt/mozilla/bin/firefox $startdir/pkg/usr/bin/firefox
  29.   install -dD -m755 $startdir/pkg/usr/share/applications
  30.   install -dD -m755 $startdir/pkg/usr/share/pixmaps
  31.   install -m644 $startdir/src/mozilla-firefox.png $startdir/pkg/usr/share/pixmaps/
  32.   install -m644 $startdir/src/mozilla-firefox.desktop $startdir/pkg/usr/share/applications/
  33.        
  34. }
复制代码


mozconfig:
  1. # options to build Firefox
  2. mk_add_options MOZ_CO_PROJECT=browser
  3. ac_add_options --enable-application=browser
  4. export BUILD_OFFICIAL=1
  5. mk_add_options BUILD_OFFICIAL=1

  6. # load defaults from src tarball
  7. #. $topsrcdir/browser/config/mozconfig

  8. # Options for 'configure' (same as command-line options).
  9. ac_add_options --disable-accessibility
  10. ac_add_options --disable-debug
  11. ac_add_options --disable-freetype2
  12. ac_add_options --disable-installer
  13. ac_add_options --disable-jsd
  14. ac_add_options --disable-pedantic
  15. #ac_add_options --disable-shared
  16. ac_add_options --disable-tests
  17. ac_add_options --disable-mailnews
  18. ac_add_options --disable-calendar
  19. ac_add_options --disable-composer
  20. ac_add_options --disable-profilesharing

  21. ac_add_options --enable-default-toolkit=gtk2
  22. ac_add_options --enable-plaintext-editor-only
  23. #ac_add_options --enable-static
  24. ac_add_options --enable-xft
  25. ac_add_options --enable-single-profile
  26. ac_add_options --enable-crypto
  27. ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices

  28. ## processor optimization options
  29. ac_add_options --enable-optimize="#CFLAGS#"

  30. # Set the environment variable
  31. ac_add_options --prefix=/opt/mozilla
  32. ac_add_options --with-default-mozilla-five-home=/opt/mozilla/lib/firefox
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-28 08:02:57 | 显示全部楼层

[arch][PKGBUILD]scim

软件名:scim
版本:1.2.1
软件简介:输入法平台
补丁:无
编写:tx-cary
提交日期:2005年3月12日

PKGBUILD

  1. # Contributer: tx-cary <tx-cary@163.net>
  2. pkgname=scim
  3. pkgver=1.2.1
  4. pkgrel=1
  5. pkgdesc="a user friendly and full featured input method user interface"
  6. url="http://www.scim-im.org/"
  7. depends=('x-server' 'gtk2' 'bash')
  8. makedepends=('gtk2')
  9. install=
  10. source=(http://easynews.dl.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
  11. md5sums=()

  12. build() {
  13.   cd $startdir/src/$pkgname-$pkgver
  14.   ./configure --prefix=/usr
  15.   make || return 1
  16.   make DESTDIR=$startdir/pkg install
  17. }

复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-28 08:03:06 | 显示全部楼层

[arch][PKGBUILD]scim-pinyin

软件名:scim-pinyin
版本:0.5.0
软件简介:scim的拼音输入法
补丁:无
编写:tx-cary
提交日期:2005年3月12日

PKGBUILD

  1. # Contributer: tx-cary <tx-cary@163.net>
  2. pkgname=scim-pinyin
  3. pkgver=0.5.0
  4. pkgrel=1
  5. pkgdesc="pinyin IM for scim"
  6. url="http://www.scim-im.org"
  7. license=""
  8. depends=('x-server' 'scim')
  9. makedepends=('scim')
  10. install=
  11. source=(http://easynews.dl.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz)
  12. md5sums=()

  13. build() {
  14.   cd $startdir/src/$pkgname-$pkgver
  15.   ./configure --prefix=/usr
  16.   make || return 1
  17.   make DESTDIR=$startdir/pkg install
  18. }
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表