mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
21 lines
770 B
Bash
21 lines
770 B
Bash
# $Id: PKGBUILD 31374 2009-03-26 06:13:13Z eric $
|
|
# Maintainer: roberto <roberto@archlinux.org>
|
|
|
|
pkgname=artwiz-fonts
|
|
pkgver=1.3
|
|
pkgrel=4
|
|
pkgdesc="This is set of (improved) artwiz fonts."
|
|
arch=(arm)
|
|
url="http://artwizaleczapka.sourceforge.net/"
|
|
license=('GPL2')
|
|
depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
|
|
install=artwiz-fonts.install
|
|
source=(http://downloads.sourceforge.net/sourceforge/artwizaleczapka/artwiz-aleczapka-en-${pkgver}.tar.bz2)
|
|
md5sums=(6c6c704f2f08f9d6308d366423dfa90e)
|
|
|
|
build() {
|
|
cd ${srcdir}/artwiz-aleczapka-en-${pkgver}
|
|
install -d ${pkgdir}/usr/share/fonts/artwiz-fonts
|
|
install -m644 *.pcf ${pkgdir}/usr/share/fonts/artwiz-fonts/ || return 1
|
|
install -m644 fonts.alias ${pkgdir}/usr/share/fonts/artwiz-fonts/ || return 1
|
|
}
|