19 lines
384 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libfontenc
2022-12-10 11:09:27 +00:00
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 23:41:05 +10:00
# Depends on: xorg-xorgproto zlib
2006-04-07 18:48:00 +02:00
name=xorg-libfontenc
version=1.1.8
2006-04-07 18:48:00 +02:00
release=1
2022-08-27 12:53:55 +02:00
source=(https://www.x.org/releases/individual/lib/libfontenc-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libfontenc-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}