[arch-commits] Commit in beep/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Apr 4 12:37:04 UTC 2019


    Date: Thursday, April 4, 2019 @ 12:37:03
  Author: anthraxx
Revision: 349831

archrelease: copy trunk to extra-x86_64

Added:
  beep/repos/extra-x86_64/PKGBUILD
    (from rev 349830, beep/trunk/PKGBUILD)
Deleted:
  beep/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++-----------------------------
 1 file changed, 25 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-04 12:36:58 UTC (rev 349830)
+++ PKGBUILD	2019-04-04 12:37:03 UTC (rev 349831)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=beep
-pkgver=1.3
-pkgrel=4
-pkgdesc="Advanced PC speaker beeping program"
-arch=('x86_64')
-url="http://www.johnath.com/beep"
-license=('GPL2')
-depends=('glibc')
-source=(http://www.johnath.com/beep/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3f71146202208fa0c0cda360d125dd972ea003cf8cd62da21d67eb544c92f7b82640e7ce7c3835cbc65c75909a882edfa54dbd8d8b748d6f243711ea331477fd')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i "s:-Wall:${CFLAGS}:" Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -D -m755 beep "${pkgdir}/usr/bin/beep"
-  install -D -m644 beep.1.gz "${pkgdir}/usr/share/man/man1/beep.1.gz"
-}

Copied: beep/repos/extra-x86_64/PKGBUILD (from rev 349830, beep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-04 12:37:03 UTC (rev 349831)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=beep
+pkgver=1.4.4
+pkgrel=1
+pkgdesc='Advanced PC speaker beeping program'
+url='https://github.com/spkr-beep/beep'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc')
+source=(https://github.com/spkr-beep/beep/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cfaecbebbbd0596bee5f304c3bd74968d06873037d054def0907dfd36e5bd6e7fbd7d7051eacedd20480b88f8b4e343db05eb5d3dde0fdced33756545b630373')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list