You are not logged in.

#1 2007-08-22 22:05:33

Fork
Member
Registered: 2007-08-06
Posts: 53

[request] lhs2Tex

I would like that lhs2tex to be added to AUR if possible.

Here is the link to its site
http://people.cs.uu.nl/andres/lhs2tex/

Last edited by Fork (2007-08-23 16:45:39)

Offline

#2 2007-08-23 00:46:18

Partition
Forum Fellow
From: Kraków, Poland
Registered: 2007-02-25
Posts: 21

Re: [request] lhs2Tex

Here's a PKGBUILD

pkgname=lhs2tex
pkgver=1.12
pkgrel=1
pkgdesc="Preprocessor to generate LaTeX code from literate Haskell sources."
url="http://people.cs.uu.nl/andres/lhs2tex/"
license=""
source=(http://people.cs.uu.nl/andres/lhs2tex/$pkgname-$pkgver.tar.bz2)
makedepends=('ghc')
depends=('coreutils' 'gmp')
arch=("i686")
md5sums=('1bc982e96f19201aaf1c39c1d4b5e358')

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

}

Offline

#3 2007-08-23 11:48:26

Fork
Member
Registered: 2007-08-06
Posts: 53

Re: [request] lhs2Tex

Looks like its working fine (still compiling) Will a pkg be added to AUR for instalation with yaourt?

(I don't know how to do that.)

Offline

#4 2007-08-23 12:17:15

Partition
Forum Fellow
From: Kraków, Poland
Registered: 2007-02-25
Posts: 21

Re: [request] lhs2Tex

Offline

#5 2007-08-23 13:18:32

Fork
Member
Registered: 2007-08-06
Posts: 53

Re: [request] lhs2Tex

Thank you. I installed through the pkg build you posted tho. I asked to add it to AUR cause more people could be looking for it.

Offline

#6 2007-08-23 13:34:57

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [request] lhs2Tex

Off-topic forum-related advice: please include a summary of your post in the topic. "[request]" on its own is not very informative, particulary as we are already in the AUR Package Requests forum.

Offline

#7 2007-08-23 16:46:26

Fork
Member
Registered: 2007-08-06
Posts: 53

Re: [request] lhs2Tex

Yeah i knew i should do it, but wasn't sure if i could edit titles. Guess i can wink

Fixed.

Offline

Board footer

Powered by FluxBB