From ec6d8ce45ba0ce8ab9dee4510075448d7d8e0ee4 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Thu, 10 Jul 2014 20:33:03 +0200 Subject: [PATCH] New package: stlarch-font-1.5 --- srcpkgs/stlarch-font/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/stlarch-font/template diff --git a/srcpkgs/stlarch-font/template b/srcpkgs/stlarch-font/template new file mode 100644 index 0000000000..92517e3eed --- /dev/null +++ b/srcpkgs/stlarch-font/template @@ -0,0 +1,20 @@ +# Template file for 'stlarch-font' +pkgname=stlarch-font +version=1.5 +revision=1 +noarch="yes" +makedepends="font-util" +depends="${makedepends}" +font_dirs="/usr/share/fonts/misc" +short_desc="Font with many icons" +maintainer="Ypnose " +license="GPL2" +homepage="http://sourceforge.net/projects/stlarchfont/" +distfiles="${SOURCEFORGE_SITE}"/stlarchfont/${pkgname//-/_}-${version}.tar.gz +checksum=bce5386cdc5efc1e3b5af3e26768c09a303df9fc43ed039eb82ebe8c7da803c3 +wrksrc=${pkgname//-/_}-${version} + +do_install() { + vinstall stlarch.pcf 644 usr/share/fonts/misc + vdoc README.stlarch README +}