mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
x11/font-util: new aport
X.org font utilities
This commit is contained in:
parent
b0c6bd4204
commit
d5e85cdda2
21
x11/font-util/APKBUILD
Normal file
21
x11/font-util/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=font-util
|
||||
pkgver=1.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="X.org font utilities"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
depends="uclibc perl"
|
||||
makedepends="pkgconfig"
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man
|
||||
make || return 1
|
||||
make -j1 DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="b81535f78fe05732931f02841e5ca37b font-util-1.0.1.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user