Date: Monday, February 6, 2012 @ 03:01:43 Author: bisson Revision: 149192
signed rebuild for free Modified: ttf-hannom/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-06 07:55:16 UTC (rev 149191) +++ PKGBUILD 2012-02-06 08:01:43 UTC (rev 149192) @@ -1,15 +1,16 @@ +# $Id$ +# Contributor: Willey Chen <[email protected]> # Maintainer: Gaetan Bisson <[email protected]> -# Contributor: Willey Chen <[email protected]> pkgname=ttf-hannom pkgver=2005 -pkgrel=1 +pkgrel=2 pkgdesc='Chinese and Vietnamese TrueType fonts' -arch=('any') url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html' license=('custom:non-profit') +arch=('any') depends=('fontconfig' 'xorg-fonts-encodings') -source=("http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v$pkgver/hannomH.zip" +source=("http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip" 'README') sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079' '13e207063602d498a1b6949505bb3ef3d47f6f03') @@ -17,9 +18,8 @@ install=install build() { - cd "$srcdir" - install -d "${pkgdir}"/usr/share/{fonts/TTF,licenses/"${pkgname}"} - - install *.ttf "${pkgdir}/usr/share/fonts/TTF/" - install README "${pkgdir}/usr/share/licenses/${pkgname}/" + cd "${srcdir}" + install -d "${pkgdir}"/usr/share/fonts/TTF + install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF" + install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } Property changes on: ttf-hannom/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id
