updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / ttf-cc-icons / PKGBUILD
blobce8ca86b1f606f3136e427488a6af906564de0b4
1 # Contributor: kwurzel <julius.bullinger at gmail dot com>
3 pkgname=ttf-cc-icons
4 pkgver=1
5 pkgrel=1
6 pkgdesc="Creative Commons logo and icons in an embeddable TTF."
7 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
8 arch=('i686' 'x86_64')
9 license=('CCPL:by')
10 source=("http://mirrors.creativecommons.org/presskit/cc-icons.ttf")
11 url="http://creativecommons.org/about/downloads"
12 install="ttf.install"
14 md5sums=('84873ab8ad1430882b73348ba2d01f09')
16 build() {
17         install -d ${startdir}/pkg/usr/share/fonts/TTF/
18         install -D -m644 cc-icons.ttf ${startdir}/pkg/usr/share/fonts/TTF/cc-icons.ttf