summaryrefslogtreecommitdiff
path: root/testing/xorg-xvidtune/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xorg-xvidtune/PKGBUILD')
-rw-r--r--testing/xorg-xvidtune/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/xorg-xvidtune/PKGBUILD b/testing/xorg-xvidtune/PKGBUILD
deleted file mode 100644
index e7426b638..000000000
--- a/testing/xorg-xvidtune/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=xorg-xvidtune
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Video mode tuner for Xorg"
-arch=(i686 x86_64 'mips64el')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxxf86vm' 'libxt' 'libxaw' 'libxmu' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xvidtune-${pkgver}.tar.bz2)
-sha1sums=('2f3f821943018c07efd4547afa4313ac92718b1e')
-
-build() {
- cd "${srcdir}/xvidtune-${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}/"
-}