artwiz-fonts: new package added
This commit is contained in:
parent
de6881f165
commit
421891abe8
28
srcpkgs/artwiz-fonts/template
Normal file
28
srcpkgs/artwiz-fonts/template
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Template file for 'artwiz-fonts'
|
||||||
|
pkgname=artwiz-fonts
|
||||||
|
version=1.3
|
||||||
|
revision=1
|
||||||
|
short_desc="Small futuristic ASCII fonts for X"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
homepage="http://artwizaleczapka.sourceforge.net/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://downloads.sourceforge.net/sourceforge/artwizaleczapka/artwiz-aleczapka-en-${version}.tar.bz2"
|
||||||
|
checksum=19f163de81548db9b9dd7d3a415fba379f1d17989020236aa4eb88c25929afe1
|
||||||
|
makedepends="font-util mkfontdir"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/artwiz-fonts
|
||||||
|
install -m644 *.pcf ${DESTDIR}/usr/share/fonts/artwiz-fonts
|
||||||
|
|
||||||
|
vinstall fonts.alias 644 usr/share/fonts/artwiz-fonts
|
||||||
|
vinstall README 644 usr/share/doc/artwiz-fonts
|
||||||
|
}
|
||||||
|
|
||||||
|
artwiz-fonts_package() {
|
||||||
|
depends="${makedepends}"
|
||||||
|
noarch="yes"
|
||||||
|
font_dirs="/usr/share/fonts/artwiz-fonts"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user