xorg/xorg-libxmu/Pkgfile

22 lines
460 B
Plaintext

# Description: xorg lib libXmu
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxext xorg-libxt
name=xorg-libxmu
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
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXmu/{Xmu.xml,xlogo.svg}
find $PKG/usr/share -type d -delete
}