Date: Monday, July 8, 2013 @ 13:52:25 Author: bisson Revision: 189802
initial commit for libsidplayfp, new dependency of audacious-plugins Added: libsidplayfp/ libsidplayfp/repos/ libsidplayfp/trunk/ libsidplayfp/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: libsidplayfp/trunk/PKGBUILD =================================================================== --- libsidplayfp/trunk/PKGBUILD (rev 0) +++ libsidplayfp/trunk/PKGBUILD 2013-07-08 11:52:25 UTC (rev 189802) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Gaetan Bisson <[email protected]> +# 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 +} Property changes on: libsidplayfp/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
