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
|
2012-07-16 01:24:04 +10:00
|
|
|
# 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
|
2024-03-05 10:06:09 +01:00
|
|
|
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
|
|
|
|
}
|