2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libXdmcp
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-15 17:44:46 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2006-04-07 18:48:00 +02:00
|
|
|
# Depends on: xorg-xproto
|
|
|
|
|
|
|
|
name=xorg-libxdmcp
|
2012-07-15 17:44:46 +02:00
|
|
|
version=1.1.1
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.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
|
|
|
}
|