You are not logged in.
hi, I've updated the centerim in the repository using Phrak's config and abs. Here's the pkbuild
# $Id: PKGBUILD,v 1.2 2007/10/22 05:43:44 aaron Exp $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: shild <sxp@bk.ru>
pkgname=centerim
pkgver=4.22.4
pkgrel=1
pkgdesc="Fork of CenterICQ - A text mode menu- and window-driven IM interface"
arch=('i686')
url="http://www.centerim.org"
license=('GPL')
depends=('libjpeg' 'gpgme')
replaces=('centericq')
source=("http://www.centerim.org/download/releases/$pkgname-$pkgver.tar.gz")
md5sums=('ca0b169aee9f730d63fff0fb4f7af03e')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --with-ssl --with-openssl --enable-locales-fix
make || return 1
make DESTDIR=$startdir/pkg install
}the changes I made are:
pkgver: I remove the _realver because version style of centerim does not use any dash.
pkgrel: I changed it from 2 to 1 since it's a new version.
source: The $pkgver replaced $_realver.
It's working here, tell me if I need to clean anything up.
edit: btw "makepkg -g >> PKGBUILD" is necessary to change the md5sums
Last edited by Jerry (2008-04-05 16:28:33)
Offline