2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libfontenc
|
|
|
|
# URL: http://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
|
2022-09-01 12:46:05 +02:00
|
|
|
version=1.1.6
|
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
|
|
|
|
}
|