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

Antonio Rojas arojas at archlinux.org
Sat Dec 22 09:20:20 UTC 2018


    Date: Saturday, December 22, 2018 @ 09:20:19
  Author: arojas
Revision: 417524

archrelease: copy trunk to community-x86_64

Added:
  libsidplayfp/repos/community-x86_64/
  libsidplayfp/repos/community-x86_64/PKGBUILD
    (from rev 417523, libsidplayfp/trunk/PKGBUILD)

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

Copied: libsidplayfp/repos/community-x86_64/PKGBUILD (from rev 417523, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-12-22 09:20:19 UTC (rev 417524)
@@ -0,0 +1,30 @@
+# 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.8.8
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('x86_64')
+license=('GPL')
+depends=('gcc-libs')
+makedepends=('vice' 'xa')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+
+	install -d "${pkgdir}/usr/share/sidplayfp"
+	ln -t "${pkgdir}/usr/share/sidplayfp" -s /usr/lib/vice/C64/{kernal,basic,chargen}
+}



More information about the arch-commits mailing list