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

Felix Yan felixonmars at archlinux.org
Sat May 16 11:24:39 UTC 2020


    Date: Saturday, May 16, 2020 @ 11:24:39
  Author: felixonmars
Revision: 384292

archrelease: copy trunk to staging-x86_64

Added:
  libifp/repos/staging-x86_64/
  libifp/repos/staging-x86_64/PKGBUILD
    (from rev 384291, libifp/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: libifp/repos/staging-x86_64/PKGBUILD (from rev 384291, libifp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 11:24:39 UTC (rev 384292)
@@ -0,0 +1,24 @@
+# Maintainer: damir <damir at archlinux.org>
+# Contributor: Mark Rosenstand <mark at borkware.net>
+
+pkgname=libifp
+pkgver=1.0.0.2
+pkgrel=7
+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=(https://downloads.sourceforge.net/sourceforge/ifp-driver/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('538ddcf0be4bf7427a7f8ebb60ec77f22b69aa26055fc279f884bd82bae4e32267c79ac37f4dcf9970806e520549bc93dbf0aa2501c9c4fc699a6855e757a331')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-libusb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list