updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xidle / PKGBUILD
blob065ca154bbdfa7a72675dc71723103101337288a
1 # Maintainer: MichaƂ Kazior <kazikcz at gmail dot com>
2 pkgname=xidle
3 pkgver=24102005
4 pkgrel=1
5 epoch=
6 pkgdesc="xidle runs a program on X inactivity"
7 arch=(i686 x86_64)
8 url="http://www.freshports.org/x11/xidle"
9 license=('BSD')
10 groups=()
11 depends=(libxss libxext libx11)
12 makedepends=()
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 install=
21 changelog=
22 source=(Makefile LICENSE ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/novel/$pkgname-$pkgver.tar.bz2)
23 noextract=()
26 build() {
27         cd "$srcdir/$pkgname-$pkgver"
28         make -f ../Makefile
31 check() {
32         return 0
35 package() {
36         cd "$srcdir/$pkgname-$pkgver"
37         make -f ../Makefile DESTDIR="$pkgdir/" install
38         install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
41 md5sums=('acfd0e9b0f8e9d123edd9f7575696981'
42          'fc5e113e43e90e9b23299ee186aca0c8'
43          '6d4067b5adac594aa5917f2265cc02ee')