[arch-commits] Commit in libmodplug/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jun 6 06:50:56 UTC 2017


    Date: Tuesday, June 6, 2017 @ 06:50:55
  Author: arojas
Revision: 297841

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libmodplug/repos/testing-i686/
  libmodplug/repos/testing-i686/PKGBUILD
    (from rev 297840, libmodplug/trunk/PKGBUILD)
  libmodplug/repos/testing-x86_64/
  libmodplug/repos/testing-x86_64/PKGBUILD
    (from rev 297840, libmodplug/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libmodplug/repos/testing-i686/PKGBUILD (from rev 297840, libmodplug/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-06-06 06:50:55 UTC (rev 297841)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmodplug
+pkgver=0.8.9.0
+pkgrel=1
+pkgdesc="A MOD playing library"
+arch=('i686' 'x86_64')
+url="http://modplug-xmms.sourceforge.net/"
+license=('custom')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9d18572f85fdd95091befa972ee5d94139dcefde')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: libmodplug/repos/testing-x86_64/PKGBUILD (from rev 297840, libmodplug/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-06-06 06:50:55 UTC (rev 297841)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libmodplug
+pkgver=0.8.9.0
+pkgrel=1
+pkgdesc="A MOD playing library"
+arch=('i686' 'x86_64')
+url="http://modplug-xmms.sourceforge.net/"
+license=('custom')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9d18572f85fdd95091befa972ee5d94139dcefde')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list