Date: Monday, February 6, 2012 @ 21:38:46 Author: eric Revision: 149349
upgpkg: ttf-cheapskate 2.0-8 Rebuild to add signature, Remove unzip makedepends Modified: ttf-cheapskate/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-07 02:25:07 UTC (rev 149348) +++ PKGBUILD 2012-02-07 02:38:46 UTC (rev 149349) @@ -1,25 +1,23 @@ # $Id$ -# Maintainer: Thayer Williams <[email protected]> -# Contributor: Damir Perisa <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> pkgname=ttf-cheapskate pkgver=2.0 -pkgrel=7 +pkgrel=8 pkgdesc="TTFonts collection from dustimo.com" arch=('any') url="http://dustismo.com/" license=('GPL') depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') -makedepends=('unzip') install=ttf.install source=(ftp://ftp.archlinux.org/other/ttf-cheapskate/ttf-dustin_20030517.orig.tar.gz) md5sums=('cb130e89d7cf0723550ccb432de3d0ef') -build() { - cd $srcdir/ttf-dustin-20030517 +package() { + cd "${srcdir}/ttf-dustin-20030517" for file in *.zip; do - unzip -o $file + bsdtar -xf $file done - install -d $pkgdir/usr/share/fonts/TTF - install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/ + install -d "${pkgdir}/usr/share/fonts/TTF" + install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/" }
