1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
6 pkgdesc="escm is a filter program which takes a text with embedded Scheme exressions, copies it to the output with evaluating the Scheme expressions."
7 url="http://www.shiro.dreamhost.com/scheme/vault/escm.html"
16 source=("http://www.shiro.dreamhost.com/scheme/vault/escm-1.1.tar.gz")
17 md5sums=('a434672b3be25528f9e6a2781faffd02')
19 cd $startdir/src/$pkgname
20 ./configure --prefix=/usr
23 mkdir -p $pkgdir/usr/bin
24 mkdir -p $pkgdir/usr/share/man/man1
25 install -m755 escm $pkgdir/usr/bin
26 install -m755 escm.1 $pkgdir/usr/share/man/man1