xorg/xorg-libxdmcp/Pkgfile

22 lines
451 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg lib libXdmcp
# 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
version=1.1.3
2006-04-07 18:48:00 +02:00
release=1
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
}