21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
# Description: X Athena Widgets toolkit
|
|
# URL: https://xorg.freedesktop.org
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
# Depends on: xorg-libxmu xorg-libxpm
|
|
|
|
name=xorg-libxaw
|
|
version=1.0.16
|
|
release=1
|
|
source=(https://www.x.org/releases/individual/lib/libXaw-$version.tar.xz)
|
|
|
|
build() {
|
|
cd libXaw-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--disable-specs
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|