diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/xautolock/PKGBUILD |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/xautolock/PKGBUILD')
-rw-r--r-- | community/xautolock/PKGBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/community/xautolock/PKGBUILD b/community/xautolock/PKGBUILD new file mode 100644 index 000000000..a2b394e59 --- /dev/null +++ b/community/xautolock/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 25423 2010-09-04 20:38:54Z bluewind $ +# Maintainer: Florian Pritz <f-p@gmx.at> +# Contributor: dorphell <dorphell@archlinux.org> +# Committer: Judd Vinet <jvinet@zeroflux.org> + +pkgname=xautolock +pkgver=2.2 +pkgrel=2 +pkgdesc="An automatic X screen-locker/screen-saver" +arch=(i686 x86_64) +url="ftp://ibiblio.org/pub/Linux/X11/screensavers/" +license=('GPL2') +depends=('libxss') +makedepends=('imake') +source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz) + +build() { + cd $srcdir/$pkgname-$pkgver + xmkmf + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make DESTDIR=${pkgdir}/ install + make DESTDIR=${pkgdir}/ install.man +} +md5sums=('9526347a202694ad235d731d9d3de91f') |