18 lines
431 B
Plaintext
18 lines
431 B
Plaintext
# Description: libXmu, library Xorg
|
|
# URL: http://xorg.freedesktop.org
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: xorg-libxt xorg-proto xorg-libxext xorg-libx11
|
|
|
|
name=xorg-libxmu
|
|
version=1.1.2
|
|
release=1
|
|
|
|
source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXmu-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd libXmu-$version
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|