[arch-commits] Commit in bdf-unifont/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sat Sep 10 13:19:06 UTC 2011
Date: Saturday, September 10, 2011 @ 09:19:06
Author: pierre
Revision: 137712
upgpkg: bdf-unifont 5.1.20080820-2
update old package; cleanup and switch to any architecture
Modified:
bdf-unifont/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-10 13:12:33 UTC (rev 137711)
+++ PKGBUILD 2011-09-10 13:19:06 UTC (rev 137712)
@@ -3,22 +3,19 @@
pkgname=bdf-unifont
pkgver=5.1.20080820
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Unifont Glyphs"
-arch=('i686' 'x86_64')
+arch=('any')
license=('custom' 'GPL2')
url="http://unifoundry.com/unifont.html"
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install=unifont.install
-source=('http://unifoundry.com/unifont-5.1.20080820.bdf.gz' 'LICENSE')
+source=("http://unifoundry.com/unifont-${pkgver}.bdf.gz" 'LICENSE')
md5sums=('6b8263ceccef33bd633aa019d74b7943'
'64da5a96d6789d29d485cd67a43bc547')
-build() {
- install -Dm644 ${srcdir}/unifont-5.1.20080820.bdf \
- ${pkgdir}/usr/share/fonts/misc/unifont.bdf
-
- # install LICENSE file
+package() {
+ install -Dm644 ${srcdir}/unifont-${pkgver}.bdf \
+ ${pkgdir}/usr/share/fonts/misc/unifont.bdf
install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
-
More information about the arch-commits
mailing list