[arch-commits] Commit in nrg2iso/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Jun 2 13:03:15 UTC 2018


    Date: Saturday, June 2, 2018 @ 13:03:15
  Author: jelle
Revision: 337469

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-02 13:02:48 UTC (rev 337468)
+++ PKGBUILD	2018-06-02 13:03:15 UTC (rev 337469)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Pointer <pointer at linux-blog.de>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=nrg2iso
-pkgver=0.4
-pkgrel=9
-pkgdesc="Utility for converting CD or DVD image generated by Nero Burning Rom to ISO format"
-arch=('i686' '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 337468, nrg2iso/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-02 13:03:15 UTC (rev 337469)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Pointer <pointer at linux-blog.de>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=nrg2iso
+pkgver=0.4
+pkgrel=10
+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
+}
+



More information about the arch-commits mailing list