mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
21 lines
609 B
Bash
21 lines
609 B
Bash
# $Id: PKGBUILD 37853 2009-05-04 01:19:07Z eric $
|
|
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
|
|
|
|
pkgname=ttf-freebanglafont
|
|
pkgver=0.5
|
|
pkgrel=6
|
|
pkgdesc="TTFonts for Bangla (Bengali)"
|
|
arch=(i686 x86_64)
|
|
url="http://www.bengalinux.org/downloads/"
|
|
license=('GPL2')
|
|
depends=(xorg-fonts-encodings xorg-font-utils fontconfig)
|
|
makedepends=(unzip)
|
|
install=ttf.install
|
|
source=(ftp://ftp.archlinux.org/other/ttf-freebanglafont/all_bangla_fonts.zip)
|
|
md5sums=('8bc4064da62a3ea9e26d12e0301032d5')
|
|
|
|
build() {
|
|
cd ${srcdir}
|
|
install -d ${pkgdir}/usr/share/fonts/TTF
|
|
install *.ttf ${pkgdir}/usr/share/fonts/TTF
|
|
}
|