summaryrefslogtreecommitdiffstats
path: root/xorg-xdm/Pkgfile.old
blob: 60a80bfee995b2ec01ab55120fcff62ee987c2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: X display manager
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-server, xorg-xrdb

name=xorg-xdm
version=1.1.10
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xdm-$version.tar.bz2 \
        xdm)

build() {
	cd xdm-$version

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install

	install -D -m 755 $SRC/xdm $PKG/etc/rc.d/xdm
}