updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / escm / PKGBUILD
blob544765577a519db5ac40a09bd6d82c6d09b60a5c
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer:  perlawk
3 pkgname=escm  
4 pkgver=1.1
5 pkgrel=1 
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"
8 arch=('x86_64' 'i686')
9 license=('GPL')
10 depends=()
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=("http://www.shiro.dreamhost.com/scheme/vault/escm-1.1.tar.gz")
17 md5sums=('a434672b3be25528f9e6a2781faffd02')
18 build() {
19   cd $startdir/src/$pkgname
20   ./configure --prefix=/usr
21   make || return 1
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