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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 28 17:26:46 UTC 2013


    Date: Tuesday, May 28, 2013 @ 19:26:45
  Author: spupykin
Revision: 91856

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

Added:
  fbgetty/repos/community-i686/PKGBUILD
    (from rev 91855, fbgetty/trunk/PKGBUILD)
  fbgetty/repos/community-x86_64/PKGBUILD
    (from rev 91855, fbgetty/trunk/PKGBUILD)
Deleted:
  fbgetty/repos/community-i686/PKGBUILD
  fbgetty/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 -------------------
 community-x86_64/PKGBUILD |   28 -------------------
 3 files changed, 64 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-28 17:26:28 UTC (rev 91855)
+++ community-i686/PKGBUILD	2013-05-28 17:26:45 UTC (rev 91856)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=fbgetty
-pkgver=0.1.698
-pkgrel=4
-license=("GPL")
-pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
-arch=('i686' 'x86_64')
-url="http://projects.meuh.org/fbgetty"
-source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
-md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
-
-build()
-{
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-
-  patch src/options.c <<EOF
-33a34
-> #include <stddef.h>
-EOF
-
-  make
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
-}

Copied: fbgetty/repos/community-i686/PKGBUILD (from rev 91855, fbgetty/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-28 17:26:45 UTC (rev 91856)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=fbgetty
+pkgver=0.1.698
+pkgrel=5
+license=("GPL")
+pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
+arch=('i686' 'x86_64')
+url="http://projects.meuh.org/fbgetty"
+source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
+md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
+
+build()
+{
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+
+  patch src/options.c <<EOF
+33a34
+> #include <stddef.h>
+EOF
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-28 17:26:28 UTC (rev 91855)
+++ community-x86_64/PKGBUILD	2013-05-28 17:26:45 UTC (rev 91856)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=fbgetty
-pkgver=0.1.698
-pkgrel=4
-license=("GPL")
-pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
-arch=('i686' 'x86_64')
-url="http://projects.meuh.org/fbgetty"
-source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
-md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
-
-build()
-{
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-
-  patch src/options.c <<EOF
-33a34
-> #include <stddef.h>
-EOF
-
-  make
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
-}

Copied: fbgetty/repos/community-x86_64/PKGBUILD (from rev 91855, fbgetty/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-28 17:26:45 UTC (rev 91856)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=fbgetty
+pkgver=0.1.698
+pkgrel=5
+license=("GPL")
+pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers"
+arch=('i686' 'x86_64')
+url="http://projects.meuh.org/fbgetty"
+source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz')
+md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56')
+
+build()
+{
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+
+  patch src/options.c <<EOF
+33a34
+> #include <stddef.h>
+EOF
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
+}




More information about the arch-commits mailing list