You are not logged in.

#1 2005-11-28 11:55:04

High|ander
Member
From: Skövde, Sweden
Registered: 2005-10-28
Posts: 188
Website

[PKGBUILD] Anjuta 1.2.4

Here is the PKGBUILD for anjuta 1.2.4
(This is buildfile is my first, so its not perfect)

# Mantainer: johan Grahn <johan@cgeek.net>

pkgname=anjuta
pkgver=1.2.4
pkgrel=1
pkgdesc="Anjuta Integrated Development Environment."
url="http://anjuta.sf.net"
depends=(pcre vte libgnomeprintui libgnomeui cvs )
makedepends=(perlxml)
source=(http://umn.dl.sourceforge.net/sourceforge/anjuta/$pkgname-$pkgver.tar.gz)
md5sums=('5a709fbaedc816a88fd8b9ad5276a47b')

build()
{
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome
  make || return 1
  make prefix=/opt/gnome DESTDIR=$startdir/pkg install
}

Happy hacking!


When death smiles at you, all you can do is smile back!
Blog

Offline

Board footer

Powered by FluxBB