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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:34:29 UTC 2018


    Date: Monday, June 4, 2018 @ 13:34:28
  Author: felixonmars
Revision: 325783

archrelease: copy trunk to extra-x86_64

Added:
  libifp/repos/extra-x86_64/PKGBUILD
    (from rev 325782, libifp/trunk/PKGBUILD)
Deleted:
  libifp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:34:14 UTC (rev 325782)
+++ PKGBUILD	2018-06-04 13:34:28 UTC (rev 325783)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Mark Rosenstand <mark at borkware.net>
-
-pkgname=libifp
-pkgver=1.0.0.2
-pkgrel=5
-pkgdesc="General-purpose library-driver for iRiver's iFP portable audio players"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://ifp-driver.sourceforge.net/libifp/"
-depends=('libusb-compat')
-source=(http://downloads.sourceforge.net/sourceforge/ifp-driver/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d4114794b13bd32b6b767e0870df6fc4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-libusb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libifp/repos/extra-x86_64/PKGBUILD (from rev 325782, libifp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:34:28 UTC (rev 325783)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=libifp
+pkgver=1.0.0.2
+pkgrel=6
+pkgdesc="General-purpose library-driver for iRiver's iFP portable audio players"
+arch=('x86_64')
+license=('GPL')
+url="http://ifp-driver.sourceforge.net/libifp/"
+depends=('libusb-compat')
+source=(http://downloads.sourceforge.net/sourceforge/ifp-driver/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('538ddcf0be4bf7427a7f8ebb60ec77f22b69aa26055fc279f884bd82bae4e32267c79ac37f4dcf9970806e520549bc93dbf0aa2501c9c4fc699a6855e757a331')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-libusb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list