mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: figlet-2.2.5
This commit is contained in:
parent
d34dfeb696
commit
51f0c6e5e1
1 changed files with 24 additions and 0 deletions
24
srcpkgs/figlet/template
Normal file
24
srcpkgs/figlet/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'figlet'
|
||||||
|
pkgname=figlet
|
||||||
|
version=2.2.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
||||||
|
short_desc="Program for making large letters out of ordinary text"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://www.figlet.org/"
|
||||||
|
distfiles="ftp://ftp.figlet.org/pub/figlet/program/unix/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=bf88c40fd0f077dab2712f54f8d39ac952e4e9f2e1882f1195be9e5e4257417d
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i /DECLS/d utf8.h
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CLFAGS" LDFLAGS="$LDFLAGS" prefix=/usr
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue