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

Antonio Rojas arojas at archlinux.org
Thu Mar 11 07:34:33 UTC 2021


    Date: Thursday, March 11, 2021 @ 07:34:33
  Author: arojas
Revision: 887420

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: libsidplayfp/repos/community-staging-x86_64/PKGBUILD (from rev 887419, libsidplayfp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-11 07:34:33 UTC (rev 887420)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: 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=2.1.1
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music, derived from libsidplay2'
+url='https://sourceforge.net/projects/sidplay-residfp/'
+arch=(x86_64)
+license=(GPL)
+makedepends=(vice xa)
+optdepends=('vice: better SID support')
+source=("https://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname-$pkgver 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