compat-32/xorg-libxmu-32/Pkgfile

21 lines
460 B
Plaintext

# Description: xorg lib libXmu
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libxext-32 xorg-libxmu xorg-libxt-32
name=xorg-libxmu-32
version=1.2.1
release=1
source=(https://www.x.org/releases/individual/lib/libXmu-$version.tar.xz)
build() {
cd libXmu-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{include,share/doc}
}