You are not logged in.

#1 2005-04-02 10:49:51

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

[NEW] stardict: a international dictionary

# Contributor: Gan Lu <rhythm.gan@gmail.com>
pkgname=stardict
pkgver=2.4.4
pkgrel=1
pkgdesc="StarDict is a Cross-Platform and international dictionary written in Gtk2."
url="http://stardict.sourceforge.net/"
license=GPL
depends=('x-server' 'gtk2' 'libgnomeui')
makedepends=intltool
source=(http://belnet.dl.sourceforge.net/sourceforge/stardict/$pkgname-$pkgver.tar.bz2)

build() {
          cd $startdir/src/$pkgname-$pkgver
          ./configure --prefix=/usr --sysconfdir=/etc
          make || return 1
          make DESTDIR=$startdir/pkg install
}
md5sums=('e1c2df19fc854f81bdec4b3409eb95e1')

Offline

Board footer

Powered by FluxBB