xorg/xorg-libxdmcp/Pkgfile

18 lines
415 B
Plaintext
Raw Normal View History

2022-11-19 19:10:28 +01:00
# Description: X Display Manager Control Protocol library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xorgproto
2006-04-07 18:48:00 +02:00
name=xorg-libxdmcp
2022-11-19 19:10:28 +01:00
version=1.1.4
2006-04-07 18:48:00 +02:00
release=1
2022-11-19 19:10:28 +01:00
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXdmcp-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2022-11-19 19:10:28 +01:00
rm -r $PKG/usr/share
2006-04-07 18:48:00 +02:00
}