[arch-commits] Commit in banner/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonathan Steel
jsteel at archlinux.org
Sun May 12 08:07:41 UTC 2019
Date: Sunday, May 12, 2019 @ 08:07:40
Author: jsteel
Revision: 465879
archrelease: copy trunk to community-x86_64
Added:
banner/repos/community-x86_64/PKGBUILD
(from rev 465877, banner/trunk/PKGBUILD)
Deleted:
banner/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-12 08:07:38 UTC (rev 465878)
+++ PKGBUILD 2019-05-12 08:07:40 UTC (rev 465879)
@@ -1,28 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=banner
-pkgver=1.3.2
-pkgrel=7
-pkgdesc="Print large banners to ASCII terminals"
-arch=('x86_64')
-url="http://shh.thathost.com/pub-unix"
-license=('GPL')
-depends=('glibc')
-makedepends=('shhmsg' 'shhopt')
-conflicts=('sysvbanner')
-source=($url/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9bd1dc58d3bced525a19194b92d20217')
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make OPTIM="$CFLAGS" dep
- make OPTIM="$CFLAGS"
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
-
- make INSTBASEDIR="$pkgdir"/usr/ INSTMANDIR="$pkgdir"/usr/share/man/man1/ install
-}
Copied: banner/repos/community-x86_64/PKGBUILD (from rev 465877, banner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-12 08:07:40 UTC (rev 465879)
@@ -0,0 +1,29 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=banner
+pkgver=1.3.2
+pkgrel=8
+pkgdesc="Print large banners to ASCII terminals"
+arch=('x86_64')
+url="https://shh.thathost.com/pub-unix/"
+license=('GPL')
+depends=('glibc')
+makedepends=('shhmsg' 'shhopt')
+conflicts=('sysvbanner')
+source=(https://shh.thathost.com/pub-unix/files/$pkgname-$pkgver.tar.gz)
+md5sums=('9bd1dc58d3bced525a19194b92d20217')
+
+build() {
+ cd $pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" dep
+ make OPTIM="$CFLAGS"
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make INSTBASEDIR="$pkgdir"/usr/ \
+ INSTMANDIR="$pkgdir"/usr/share/man/man1/ install
+}
More information about the arch-commits
mailing list