xorg/xorg-libxaw/Pkgfile

21 lines
408 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Athena Widgets toolkit
2021-03-30 14:57:50 +02:00
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-libxmu xorg-libxpm
2006-04-07 18:48:00 +02:00
name=xorg-libxaw
2021-03-30 14:57:50 +02:00
version=1.0.14
release=1
source=(https://www.x.org/releases/individual/lib/libXaw-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXaw-$version
./configure \
--prefix=/usr \
--disable-specs
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}