2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libXmu
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 02:09:19 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-libxext xorg-libxt
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxmu
|
2024-03-25 16:12:28 +01:00
|
|
|
version=1.2.0
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2022-10-18 12:04:55 +02:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXmu-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXmu-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2011-01-07 14:55:01 +01:00
|
|
|
|
|
|
|
rm $PKG/usr/share/doc/libXmu/{Xmu.xml,xlogo.svg}
|
|
|
|
find $PKG/usr/share -type d -delete
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|