[arch-commits] Commit in xorg-xvidtune/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 12:18:42 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:18:41
  Author: foutrelis
Revision: 384487

archrelease: copy trunk to staging-x86_64

Added:
  xorg-xvidtune/repos/staging-x86_64/
  xorg-xvidtune/repos/staging-x86_64/PKGBUILD
    (from rev 384486, xorg-xvidtune/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: xorg-xvidtune/repos/staging-x86_64/PKGBUILD (from rev 384486, xorg-xvidtune/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 12:18:41 UTC (rev 384487)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xvidtune
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="Video mode tuner for Xorg"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxxf86vm' 'libxt' 'libxaw' 'libxmu' 'libx11')
+makedepends=('xorg-util-macros')
+source=("https://xorg.freedesktop.org/archive/individual/app/xvidtune-${pkgver}.tar.bz2")
+sha512sums=('0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352')
+
+build() {
+  cd xvidtune-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xvidtune-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list