Date: Thursday, April 29, 2021 @ 00:30:01
  Author: ainola
Revision: 925061

archrelease: copy trunk to community-x86_64

Added:
  nrg2iso/repos/community-x86_64/PKGBUILD
    (from rev 925060, nrg2iso/trunk/PKGBUILD)
Deleted:
  nrg2iso/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-29 00:29:33 UTC (rev 925060)
+++ PKGBUILD    2021-04-29 00:30:01 UTC (rev 925061)
@@ -1,28 +0,0 @@
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Pointer <[email protected]>
-# Maintainer: Daniel J Griffiths <[email protected]>
-
-pkgname=nrg2iso
-pkgver=0.4
-pkgrel=11
-pkgdesc="Utility for converting CD or DVD image generated by Nero Burning Rom 
to ISO format"
-arch=('x86_64')
-url="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html";
-license=('GPL')
-depends=('glibc')
-source=(http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${pkgver}.tar.gz)
-md5sums=('996c38c8f1465e9c51ccad4f31ec2eee')
-
-build() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-
-       sed -i -e 's|gcc|gcc ${CFLAGS}|g' Makefile
-       make
-}
-
-package() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-
-       install -D nrg2iso ${pkgdir}/usr/bin/nrg2iso
-}
-

Copied: nrg2iso/repos/community-x86_64/PKGBUILD (from rev 925060, 
nrg2iso/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-04-29 00:30:01 UTC (rev 925061)
@@ -0,0 +1,29 @@
+# Maintainer: Brett Cornwall <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Pointer <[email protected]>
+# Contributor Daniel J Griffiths <[email protected]>
+
+pkgname=nrg2iso
+pkgver=0.4
+pkgrel=12
+pkgdesc="Utility for converting CD or DVD image generated by Nero Burning Rom 
to ISO format"
+arch=('x86_64')
+url="http://gregory.kokanosky.free.fr/v4/linux/nrg2iso.en.html";
+license=('GPL')
+depends=('glibc')
+source=(http://gregory.kokanosky.free.fr/v4/linux/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('25049d864680ec12bbe31b20597ce8c1ba3a4fe7a7f11e25742b83e2fda94aa3')
+
+build() {
+       cd ${pkgname}-${pkgver}
+
+       sed -i -e 's|gcc|gcc ${CFLAGS}|g' Makefile
+       make
+}
+
+package() {
+       cd ${pkgname}-${pkgver}
+
+       install -D nrg2iso "${pkgdir}"/usr/bin/nrg2iso
+}
+

Reply via email to