updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / openarch_xconf / PKGBUILD
blobd0ffc89db18b7fe12c57c3d8f478c4d7dc4bc1c5
1 # Maintainer: Alexander Ovsyannikov <ovsinc@ya.ru>
2 # Contributor: Alexander Ovsyannikov <ovsinc@ya.ru>
4 pkgname=openarch_xconf
5 pkgver=0.3.13
6 pkgrel=1
7 pkgdesc="Hardware configure cripts"
8 arch=('any')
9 groups=('openarch_scripts')
10 url="http://ovsinc.narod.ru/"
11 license=('GPL')
12 depends=('alsa-utils' 'xorg-server' 'initscripts' 'dmidecode')
13 optdepend=('kbd' 'consolekit')
14 source=("http://dl.dropbox.com/u/19256622/src/$pkgname/xarch_conf.tar.gz")
16 build() {
17         cd "${srcdir}"
18         cp -R "${srcdir}"/xarch_conf/* "${pkgdir}"/
21 md5sums=('4016dbcc774036035581f981bc10b818')