mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
x11/font-alias: new aport
This commit is contained in:
parent
f71e31f631
commit
9f57d9022b
20
x11/font-alias/APKBUILD
Normal file
20
x11/font-alias/APKBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=font-alias
|
||||
pkgver=1.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="X.org font alias files"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license="custom"
|
||||
depends=""
|
||||
makedepends=""
|
||||
source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--with-top-fontdir=/usr/share/fonts
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="c4776b6f0f2ecdb7670b6fe64b5d2a2d font-alias-1.0.1.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user