blob: 2ca833dec0948f8fcc65a65e457c79f6f62d8e8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SECTION = "console/utils"
DESCRIPTION = "GNU enscript is a drop-in replacement for the enscript program. \
Enscript converts ASCII files to PostScript and stores generated \
output to a file or sends it directly to the printer."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SRC_URI = "http://www.iki.fi/mtr/genscript/enscript-${PV}.tar.gz \
file://autotools.patch;patch=1"
inherit autotools
|