summaryrefslogtreecommitdiff
path: root/testing/xorg-oclock/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xorg-oclock/PKGBUILD')
-rw-r--r--testing/xorg-oclock/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/xorg-oclock/PKGBUILD b/testing/xorg-oclock/PKGBUILD
deleted file mode 100644
index 0453c41e4..000000000
--- a/testing/xorg-oclock/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=xorg-oclock
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Round X clock"
-arch=(i686 x86_64 'mips64el')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11' 'libxmu' 'libxext')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/oclock-${pkgver}.tar.bz2)
-sha1sums=('ba606d39fba6021c4db76d79751779f7b5c862e9')
-
-build() {
- cd "${srcdir}/oclock-${pkgver}"
- ./configure --prefix=/usr
- make
- make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}