Date: Tuesday, January 10, 2012 @ 16:03:40 Author: andrea Revision: 146401
upgpkg: ttf-khmer 5.0-3 Rebuild old package Modified: ttf-khmer/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-10 20:33:06 UTC (rev 146400) +++ PKGBUILD 2012-01-10 21:03:40 UTC (rev 146401) @@ -1,22 +1,22 @@ # $Id$ -# Maintainer: Firmicus <francois.archlinux.org> +# Maintainer: +# Contributor: Firmicus <francois.archlinux.org> # Contributor: Damir Perisa <[email protected]> pkgname=ttf-khmer pkgver=5.0 -pkgrel=2 +pkgrel=3 pkgdesc="TTFont collection for Khmer (Cambodia)" arch=('any') license=('LGPL') -url="http://www.khmeros.info/drupal/?q=en/download/fonts" +url='http://www.khmeros.info/drupal612/en/taxonomy/term/53' depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') install=ttf.install -source=(http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip) +source=("http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip") md5sums=('dc1ddeb526ccbc06603da880d1e89e7b') -build() { +package() { cd ${srcdir}/All_KhmerOS_${pkgver} install -dm755 ${pkgdir}/usr/share/fonts/TTF install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/ } -
