2006-04-29 23:50:20 +02:00
|
|
|
# Description: X font selector
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 13:53:00 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2006-04-29 23:50:20 +02:00
|
|
|
# Depends on: xorg-libxaw
|
|
|
|
|
|
|
|
name=xorg-xfontsel
|
2022-07-14 11:56:23 +02:00
|
|
|
version=1.1.0
|
2018-03-10 16:38:59 +01:00
|
|
|
release=1
|
2022-07-14 11:56:23 +02:00
|
|
|
source=(https://www.x.org/releases/individual/app/xfontsel-$version.tar.xz)
|
2006-04-29 23:50:20 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xfontsel-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-29 23:50:20 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|