You are not logged in.

#1 2004-03-20 10:28:10

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

gtranslator

PKGBUILD

# Contributor: Nikos Kouremenos <nk@ebox.gr>
 
pkgname=gtranslator
pkgver=1.0
pkgrel=1
pkgdesc="gtranslator is a quite comfortable gettext po/po.gz/(g)mo files editor
for the
 GNOME project with many features."
depends=(gcc gtk2 libgnomeui)
md5sums=('548b1e74e42bc5a2840ecd2752541028')
source=(http://gtranslator.sourceforge.net/download/releases/$pkgver/$pkgname-$pkgver.tar.gz)
url="http://gtranslator.sourceforge.net/"
 
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

pkg: ftp://ftp.archlinux.org/incoming/gtrans … kg.tar.bz2
req: http://bbs.archlinux.org/viewtopic.php?t=3312

Offline

#2 2004-03-20 10:48:02

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: gtranslator

an oops! (don't worry the package is fine)
but there is a problem with the PKGBUILD 's description (you don't have to change it to install it)
but if someone gets to maintain this, then just add the common ''
in the end of the line so it will ignore new line

sorryz

AGAIN, the above package installs and works fine

Offline

Board footer

Powered by FluxBB