xorg/xorg-libxaw/Pkgfile

21 lines
406 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
2024-03-11 06:57:37 +01:00
version=1.0.16
2021-03-30 14:57:50 +02:00
release=1
2023-03-20 17:24:45 +01:00
source=(https://www.x.org/releases/individual/lib/libXaw-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXaw-$version
./configure \
--prefix=/usr \
2024-03-11 06:57:37 +01:00
--disable-specs
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}