New package: bdf2psf-1.146
This commit is contained in:
parent
8f9a1d14c5
commit
8ccbf66280
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'bdf2psf'
|
||||
pkgname=bdf2psf
|
||||
version=1.146
|
||||
revision=1
|
||||
wrksrc="console-setup-${version}"
|
||||
depends="perl"
|
||||
short_desc="Generate console fonts from BDF source fonts"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://packages.debian.org/sid/bdf2psf"
|
||||
distfiles="${DEBIAN_SITE}/main/c/console-setup/console-setup_${version}.tar.xz"
|
||||
checksum=578ef609fc82b532ac712ac8e8c93bd4a5ff909c3d55268624167e0e0cae39f0
|
||||
noarch=yes
|
||||
|
||||
post_extract() {
|
||||
sed -i '44s/if (/if (\$\#ARGV \< 0 \|\| /' Fonts/bdf2psf
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin Fonts/bdf2psf
|
||||
vman man/bdf2psf.1
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
pkgname='console-setup'
|
Loading…
Reference in New Issue