================== this is a bunch of local build info ================= # pacman -Scc Do you want to remove all packages from cache? [Y/n] y removing all packages from cache... done. # pacman -S xorg-server resolving dependencies... done. looking for inter-conflicts... done. Targets: xorg-server-1.3.0.0-1 Total Package Size: 8.29 MB Proceed with installation? [Y/n] :: Retrieving packages from testing... xorg-server 8.3M 927.3K/s 00:00:09 [---------------------] 100% checking package integrity... done. cleaning up... done. (1/1) checking for file conflicts [---------------------] 100% (1/1) upgrading xorg-server [---------------------] 100% [root@hypo ~]# ls -la /usr/bin/Xorg -rwxrwxrwx 1 root root 1714988 2007-05-31 07:01 /usr/bin/Xorg ============ $ head PKGBUILD # $Id: PKGBUILD,v 1.27 2007/05/31 14:18:58 jgc Exp $ # Maintainer: Alexander Baldeck <[kth5@archlinux.org mailto:kth5@archlinux.org]> # Contributor: Jan de Groot <[jgc@archlinux.org mailto:jgc@archlinux.org]> pkgname=xorg-server pkgver=1.3.0.0 pkgrel=1 _mesaver=6.5.3 pkgdesc="X.Org X servers" arch=('i686' 'x86_64') ========== # pacman -Q xorg-server xorg-server 1.3.0.0-1 # ls -la /usr/bin/Xorg -rwsr-xr-x 1 root root 1708156 2007-06-19 12:00 /usr/bin/Xorg =========== ]# makepkg --version makepkg version 3.0.3 (abs) (cd /var/abs/testing/x11/xorg-server) (makepkg) # pacman -U /var/cache/pacman/mypkg/xorg-server-1.3.0.0-1-i686.pkg.tar.gz loading package data... done. checking dependencies... done. cleaning up... done. (1/1) checking for file conflicts [---------------------] 100% (1/1) upgrading xorg-server [---------------------] 100% # ls -la /usr/bin/Xorg -rwsr-xr-x 1 root root 1708156 2007-06-19 12:00 [/usr/bin/Xorg /usr/bin/Xorg] makepkg.conf: FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3 --no-check-certificate" CARCH="i686" CHOST="i686-pc-linux-gnu" CFLAGS="-march=i686 -mtune=generic -O2 -pipe" CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe" MAKEFLAGS="-j4" BUILDENV=(fakeroot !distcc color !ccache) OPTIONS=(strip !docs libtool emptydirs) INTEGRITY_CHECK=(md5) DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc}) PKGDEST=/var/cache/pacman/mypkg SRCDEST=/var/cache/pacman/src BUILDSCRIPT="PKGBUILD" PKGEXT="pkg.tar.gz" DB_COMPRESSION="gz" DB_CHECKSUMS=(md5)