You are not logged in.

#1 2005-05-24 20:35:11

tor
Member
From: Sweden
Registered: 2004-08-02
Posts: 80

[NEW(?)] Autogen

Im not sure if this package is already built. It's quite hard to search for because of its name.

I had to have this package to be able to use Anjuta 2.0

PKGBUILD:

pkgname=autogen
pkgver=5.7
pkgrel=1
pkgdesc="AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized."
url="http://autogen.sourceforge.net/"
license="GPL"
depends=(guile pcre libxml2)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://dl.sourceforge.net/autogen/$pkgname-$pkgver.tar.bz2)
md5sums=('7a90b2afac2de211f03c374e92dfe9b2')

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

Offline

#2 2005-05-28 12:18:59

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

Re: [NEW(?)] Autogen

Haven't anything to say on the matter apart from: welcome to the board, you have the same name as my gf: Tor. Short for Victoria or no?

Heh.
Peace.

Thom

Offline

#3 2005-05-30 06:35:43

tor
Member
From: Sweden
Registered: 2004-08-02
Posts: 80

Re: [NEW(?)] Autogen

tmadhavan wrote:

Haven't anything to say on the matter apart from: welcome to the board, you have the same name as my gf: Tor. Short for Victoria or no?

Thanks, actually you should think more along the lines of the nordic viking god, Thor ;-)

Offline

Board footer

Powered by FluxBB