xorg/xorg-libxmu/Pkgfile

22 lines
459 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libXmu
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-libxext xorg-libxt
2006-04-07 18:48:00 +02:00
name=xorg-libxmu
2022-10-18 12:04:55 +02:00
version=1.1.4
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
}