Date: Thursday, April 11, 2013 @ 01:41:09 Author: bisson Revision: 182603
go away Deleted: libmpdclient/repos/extra-i686/PKGBUILD ----------+ PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-04-10 23:39:58 UTC (rev 182602) +++ PKGBUILD 2013-04-10 23:41:09 UTC (rev 182603) @@ -1,29 +0,0 @@ -# $Id$ -# Contributor: Andrea Scarpino <[email protected]> -# Maintainer: Gaetan Bisson <[email protected]> - -pkgname=libmpdclient -pkgver=2.7 -pkgrel=1 -pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & Objective C languages' -url='http://mpd.wikia.com/wiki/ClientLib:libmpdclient' -license=('custom:BSD') -arch=('i686' 'x86_64') -options=('!libtool') -source=("http://downloads.sourceforge.net/project/musicpd/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('f97e35525851eb192d3799f0dabe32915c56b96b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - cd "${pkgdir}" - install -d usr/share/licenses/libmpdclient - ln -s ../../doc/libmpdclient/COPYING usr/share/licenses/libmpdclient/COPYING -}
