[arch-commits] Commit in fbset/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:15:06 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:15:06
  Author: andrea
Revision: 126494

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fbset/repos/community-i686/
  fbset/repos/community-i686/PKGBUILD
    (from rev 126493, fbset/trunk/PKGBUILD)
  fbset/repos/community-x86_64/
  fbset/repos/community-x86_64/PKGBUILD
    (from rev 126493, fbset/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: fbset/repos/community-i686/PKGBUILD (from rev 126493, fbset/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 10:15:06 UTC (rev 126494)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=fbset
+pkgver=2.1
+pkgrel=5
+pkgdesc="Framebuffer setup utility"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/geertu/Linux/fbdev/"
+license=('GPL')
+depends=('glibc')
+backup=('etc/fb.modes')
+options=('!makeflags')
+source=(http://users.telenet.be/geertu/Linux/fbdev/fbset-${pkgver}.tar.gz)
+md5sums=('e547cfcbb8c1a4f2a6b8ba4acb8b7164')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -D -m755 fbset "${pkgdir}/usr/bin/fbset"
+  install -D -m644 fb.modes.5 "${pkgdir}/usr/share/man/man5/fb.modes.5"
+  install -D -m644 fbset.8 "${pkgdir}/usr/share/man/man8/fbset.8"
+  install -D -m644 etc/fb.modes.ATI "${pkgdir}/etc/fb.modes"
+}

Copied: fbset/repos/community-x86_64/PKGBUILD (from rev 126493, fbset/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 10:15:06 UTC (rev 126494)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=fbset
+pkgver=2.1
+pkgrel=5
+pkgdesc="Framebuffer setup utility"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/geertu/Linux/fbdev/"
+license=('GPL')
+depends=('glibc')
+backup=('etc/fb.modes')
+options=('!makeflags')
+source=(http://users.telenet.be/geertu/Linux/fbdev/fbset-${pkgver}.tar.gz)
+md5sums=('e547cfcbb8c1a4f2a6b8ba4acb8b7164')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -D -m755 fbset "${pkgdir}/usr/bin/fbset"
+  install -D -m644 fb.modes.5 "${pkgdir}/usr/share/man/man5/fb.modes.5"
+  install -D -m644 fbset.8 "${pkgdir}/usr/share/man/man8/fbset.8"
+  install -D -m644 etc/fb.modes.ATI "${pkgdir}/etc/fb.modes"
+}



More information about the arch-commits mailing list