18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
# Description: Three-D Athena Widgets toolkit
|
|
# URL: URL: http://directory.fsf.org/project/xaw3d/
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: xorg-proto xorg-libxmu xorg-util-macros
|
|
|
|
name=xorg-libxaw3d
|
|
version=1.6.2
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd libXaw3d-$version
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|