main/bdftopcf: upgrade to 1.1

This commit is contained in:
prspkt 2018-03-15 19:28:16 +00:00 committed by Sören Tempel
parent 45b93e6213
commit 113e3fc801

View File

@ -1,17 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bdftopcf
pkgver=1.0.5
pkgrel=1
pkgver=1.1
pkgrel=0
pkgdesc="X.Org font utility"
url="http://xorg.freedesktop.org/"
url="http://xorg.freedesktop.org"
arch="all"
license="MIT"
options="!check" # No test suite.
options="!check" # No test suite.
depends=""
makedepends="libxfont-dev util-macros"
install=""
subpackages="$pkgname-doc"
source="http://www.x.org/releases/individual/app/bdftopcf-$pkgver.tar.bz2"
source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build() {
cd "$builddir"
@ -19,8 +19,9 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--with-mapdir=/usr/share/fonts/util
--localstatedir=/var
make
}
@ -29,6 +30,4 @@ package() {
make DESTDIR="$pkgdir" install
}
md5sums="53a48e1fdfec29ab2e89f86d4b7ca902 bdftopcf-1.0.5.tar.bz2"
sha256sums="38f447be0c61f94c473f128cf519dd0cff63b5d7775240a2e895a183a61e2026 bdftopcf-1.0.5.tar.bz2"
sha512sums="9c6a156c8932579ee37699efaee3b1421d04d55ca0a62ca850a69cc65c21c7d9366b5a090b6a40e927504df16fecfdb484606052adc1038ca25e797f7e8c86c3 bdftopcf-1.0.5.tar.bz2"
sha512sums="7b790e8d512ca2812ac889c156ef91c48798b4744a6857e5b17e0128764b5afa8c5426fe5de05a9819d64745116718db4221b3e657e3c2633465e87179c44bec bdftopcf-1.1.tar.bz2"