You are not logged in.
This is the PKGBUILD for akregator, actually the category newsreader is not the right one, but anyways rssaggregator was missing...
# Contributor: blue_ant <blue_ant@hotpop.com>
pkgname=akregator
pkgver=1.0_beta2
pkgrel=1
pkgdesc="A KDE RSS aggregator with great look and feel."
url="http://akregator.upnet.ru/"
license=""
depends=('kdelibs')
makedepends=('')
provides=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://akregator.upnet.ru/$pkgname-$pkgver.tar.bz2)
md5sums=('1a255a6a441898cd314f2d5f0a936e39')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde
make || return 1
make prefix=$startdir/pkg/opt/kde install
}
uploaded in incoming as akregator.tar.bz2
----
blue_ant
Offline
PKGBUILD updated to version 1.0_beta4:
# Contributor: blue_ant <blue_ant@hotpop.com>
pkgname=akregator
pkgver=1.0_beta4
pkgrel=1
pkgdesc="A KDE RSS aggregator with great look and feel."
url="http://akregator.upnet.ru/"
license=""
depends=('kdelibs')
makedepends=('')
provides=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://dl.sourceforge.net/sourceforge/akregator/$pkgname-$pkgver.tar.bz2)
md5sums=('71a291693c7be7dee747dc46c00d3a2d')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde
make || return 1
make prefix=$startdir/pkg/opt/kde install
}
If someone is interested I'll update the tar.bz2 in incoming...
----
blue_ant
Offline