18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
# Description: xorg font font-alias
|
|
# URL: http://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
|
|
name=xorg-font-alias
|
|
version=1.0.4
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/font/font-alias-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd font-alias-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|