You are not logged in.
Pages: 1
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
Pages: 1