mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
27 lines
921 B
Bash
27 lines
921 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
|
# Contributor: Truls Becken <becken@stud.ntnu.no>
|
|
# Contributor: whompus
|
|
|
|
pkgname=xdm-archlinux
|
|
pkgver=0.3
|
|
pkgrel=2
|
|
pkgdesc="An XDM setup that looks better than the defaults ;)"
|
|
arch=(i686 x86_64)
|
|
license=('GPL')
|
|
url="http://xorg.freedesktop.org"
|
|
depends=(xorg-xdm xorg-apps bash)
|
|
backup=(etc/X11/xdm/archlinux/Xsetup etc/X11/xdm/archlinux/Xresources)
|
|
install=xdm-archlinux.install
|
|
source=(xdm-config Xsetup Xstartup Xresources buttons arch.xpm.gz)
|
|
md5sums=('67408e20a533d32774aba6157e1101d1'
|
|
'03299fb4d54fa7724b34ab794f076c4e'
|
|
'1628c6cf77d5da2528265dbaf2eaacf4'
|
|
'9157c5c2eb36afaae1461c20a091ef2a'
|
|
'e145d6eee0bbdb5cb674944bc3a09a88'
|
|
'5cc5d8f639006a17dd175389bdcaf583')
|
|
|
|
build() {
|
|
mkdir -p $startdir/pkg/etc/X11/xdm/archlinux
|
|
cp * $startdir/pkg/etc/X11/xdm/archlinux
|
|
}
|