You are not logged in.
It's my first pkgbuild, but it seems to work for me...
PKGBUILD:
pkgname=gaim
pkgver=1.1.0
pkgrel=1
pkgdesc="Gaim instant messenger"
url="http://gaim.sourceforge.net/"
license=""
depends=('startup-notification' 'gtk2' 'libao' 'gnutls' 'tk' 'gtkspell')
conflicts=()
replaces=()
backup=()
install=
source=(http://heanet.dl.sourceforge.net/sourceforge/gaim/$pkgname-$pkgver.tar.gz)
md5sums=('6f08dc6f20fd788588a1313e50c638fa')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
"pacman -A gaim-1.1.0-1.pkg.tar.gz" for new install
"pacman --upgrade gaim-1.1.0-1.pkg.tar.gz" for upgrade
I'll hope it works for you to
Offline
tip: read about ABS, it is a good method for upgrade the package
when it is not in the arch binary repositories
PD: the pkgbuild works
irc.bsd.cl #linux
irc.freenode.org #archlinux-es
Offline