summaryrefslogtreecommitdiffstats
path: root/polyglotman/Pkgfile
blob: 4dd9776f999c4ec03b1a5577e66fafa517dbe9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
description="man page translator"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://polyglotman.sourceforge.net"
depends=()

name=polyglotman
version=3.2
release=1
source=(http://dl.sourceforge.net/polyglotman/rman-3.2.tar.gz)
build () 
{ 
    cd rman-$version;
    make;
    install -d $PKG/usr/bin;
    install -d $PKG$mandir/man1;
    make BINDIR=$PKG/usr/bin MANDIR=$PKG$mandir/man1 install
}