New package: ascii-3.15
This commit is contained in:
parent
ea64629915
commit
1b814ed8a0
20
srcpkgs/ascii/template
Normal file
20
srcpkgs/ascii/template
Normal file
@ -0,0 +1,20 @@
|
||||
# Template file for 'ascii'
|
||||
pkgname=ascii
|
||||
version=3.15
|
||||
revision=1
|
||||
short_desc="List ASCII idiomatic names and octal/decimal code-point forms"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="BSD"
|
||||
homepage="http://www.catb.org/~esr/ascii"
|
||||
distfiles="http://www.catb.org/~esr/ascii/ascii-${version}.tar.gz"
|
||||
checksum=ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f
|
||||
|
||||
do_build() {
|
||||
make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin ascii
|
||||
vman ascii.1
|
||||
vlicense COPYING
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user