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

Tobias Powalowski tpowa at archlinux.org
Wed Feb 8 14:57:05 UTC 2012


    Date: Wednesday, February 8, 2012 @ 09:57:04
  Author: tpowa
Revision: 149577

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 14:56:46 UTC (rev 149576)
+++ PKGBUILD	2012-02-08 14:57:04 UTC (rev 149577)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Mark Rosenstand <mark at borkware.net>
-
-pkgname=libifp
-pkgver=1.0.0.2
-pkgrel=3
-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')
-options=('!libtool')
-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 149576, libifp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-08 14:57:04 UTC (rev 149577)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=libifp
+pkgver=1.0.0.2
+pkgrel=4
+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')
+options=('!libtool')
+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
+}




More information about the arch-commits mailing list