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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Jul 8 11:53:31 UTC 2013


    Date: Monday, July 8, 2013 @ 13:53:30
  Author: bisson
Revision: 189803

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

Added:
  libsidplayfp/repos/extra-i686/
  libsidplayfp/repos/extra-i686/PKGBUILD
    (from rev 189802, libsidplayfp/trunk/PKGBUILD)
  libsidplayfp/repos/extra-x86_64/
  libsidplayfp/repos/extra-x86_64/PKGBUILD
    (from rev 189802, libsidplayfp/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 189802, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-07-08 11:53:30 UTC (rev 189803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+# Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com>
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 189802, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-07-08 11:53:30 UTC (rev 189803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+# Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com>
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list