xorg/xorg-libxaw/Pkgfile
2021-03-30 23:57:50 +11:00

21 lines
408 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.14
release=1
source=(https://www.x.org/releases/individual/lib/libXaw-$version.tar.bz2)
build() {
cd libXaw-$version
./configure \
--prefix=/usr \
--disable-specs
make
make DESTDIR=$PKG install
}