2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libXdmcp
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 01:44:46 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-02-08 20:57:33 +01:00
|
|
|
# Depends on: xorg-xorgproto
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxdmcp
|
2019-03-16 18:10:17 +01:00
|
|
|
version=1.1.3
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2019-04-14 20:34:34 +10:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXdmcp-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2011-01-07 14:40:34 +01:00
|
|
|
|
|
|
|
rm $PKG/usr/share/doc/libXdmcp/xdmcp.xml
|
|
|
|
find $PKG/usr/share -type d -delete
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|