Date: Monday, February 6, 2012 @ 03:11:28 Author: bisson Revision: 149196
signed rebuild for free Modified: ttf-sazanami/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-06 08:02:51 UTC (rev 149195) +++ PKGBUILD 2012-02-06 08:11:28 UTC (rev 149196) @@ -1,13 +1,14 @@ +# $Id$ +# Contributor: Darwin M. Bautista <[email protected]> # Maintainer: Gaetan Bisson <[email protected]> -# Contributor: Darwin M. Bautista <[email protected]> pkgname=ttf-sazanami pkgver=20040629 -pkgrel=6 -pkgdesc='Japanese TrueType fonts' +pkgrel=7 +pkgdesc='Japanese fonts' +url='http://wiki.fdiary.net/font/?sazanami' +license=('custom:BSD') arch=('any') -url='http://wiki.fdiary.net/font/?sazanami' -license=('BSD') depends=('fontconfig' 'xorg-fonts-encodings') source=("http://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2") sha1sums=('a6e558f49de8ab9884d92327905ce45698ca5429') @@ -17,7 +18,6 @@ build() { cd "${srcdir}/sazanami-${pkgver}" install -d "${pkgdir}"/usr/share/{fonts/TTF,licenses/"${pkgname}"} - - install *.ttf "${pkgdir}/usr/share/fonts/TTF/" + install *.ttf "${pkgdir}/usr/share/fonts/TTF" iconv -f EUC-JP -t UTF-8 README > "${pkgdir}/usr/share/licenses/${pkgname}/README" }
