xorg/xorg-libxaw/Pkgfile

21 lines
407 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.15
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
}