updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / xflux / PKGBUILD
blob2caf5bf9572e0655b4d611e4eb12b889c61e1243
1 # Maintainer: Gadget3000 <gadget3000@msn.com>
2 # Contributor: CaptainShanks <captainshanks@archlinux.us>
4 pkgname=xflux
5 pkgver=20110130
6 pkgrel=2
7 pkgdesc="(f.lux for X) Changes monitor color temperature based on time of day and position in world to ease eye strain."
8 arch=('i686' 'x86_64')
9 license=('Custom')
10 url="http://www.stereopsis.com/flux/"
11 if [ "${CARCH}" = "x86_64" ]; then
12 depends=('x-server' 'lib32-gcc-libs' 'lib32-libxxf86vm')
13 elif [ "${CARCH}" = "i686" ]; then
14 depends=('x-server' 'gcc-libs' 'libxxf86vm')
16 provides=()
17 conflicts=()
18 makedepends=()
19 optdepends=()
20 source=('http://secure.herf.org/flux/xflux.tgz')
21 noextract=()
22 md5sums=('26c95e260fdca0fc3b684a416f672163')
24 build() {
25         mkdir -p $startdir/pkg/usr/bin
26         cd $startdir/src
27         cp xflux $startdir/pkg/usr/bin