2008-05-22 09:09:42 +02:00
|
|
|
# Description: X Athena Widgets toolkit
|
2006-04-07 18:48:00 +02:00
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 01:35:54 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2007-09-06 19:32:55 +02:00
|
|
|
# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxt, xorg-libxmu, xorg-libxpm, xorg-libxau
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxaw
|
2015-05-01 13:54:54 +02:00
|
|
|
version=1.0.13
|
2015-08-12 11:06:49 -05:00
|
|
|
release=2
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXaw-$version
|
|
|
|
|
2015-05-03 10:53:15 +02:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2015-05-07 13:46:16 +02:00
|
|
|
--disable-specs
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|