Add 'gmpc-plugins/' from commit 'b758f75167bf10573fd83e945ee9a36116ee16c6'
git-subtree-dir: gmpc-plugins git-subtree-mainline:ec4396168f
git-subtree-split:b758f75167
This commit is contained in:
commit
09ad092f44
2 changed files with 47 additions and 0 deletions
20
gmpc-plugins/.SRCINFO
Normal file
20
gmpc-plugins/.SRCINFO
Normal file
|
@ -0,0 +1,20 @@
|
|||
pkgbase = gmpc-plugins
|
||||
pkgdesc = official plugins for GMPC
|
||||
pkgver = 11.8.16
|
||||
pkgrel = 2
|
||||
url = http://gmpclient.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = gob2
|
||||
makedepends = intltool
|
||||
depends = libmpd>=0.19.0
|
||||
depends = gmpc>0.20.2
|
||||
depends = libwebkit
|
||||
depends = taglib
|
||||
options = !libtool
|
||||
source = http://download.sarine.nl/Programs/gmpc/11.8.16/gmpc-plugins-11.8.16.tar.gz
|
||||
md5sums = 80eb86051a5c1c3932f0fdef36ba7846
|
||||
|
||||
pkgname = gmpc-plugins
|
||||
|
27
gmpc-plugins/PKGBUILD
Normal file
27
gmpc-plugins/PKGBUILD
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Contributor: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
||||
pkgname=gmpc-plugins
|
||||
pkgver=11.8.16
|
||||
pkgrel=2
|
||||
pkgdesc="official plugins for GMPC"
|
||||
arch=(i686 x86_64)
|
||||
url="http://gmpclient.org/"
|
||||
license=("GPL")
|
||||
depends=('libmpd>=0.19.0' 'gmpc>0.20.2' 'libwebkit' 'taglib')
|
||||
makedepends=('gob2' 'intltool')
|
||||
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('80eb86051a5c1c3932f0fdef36ba7846')
|
||||
options=(!libtool)
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make CFLAGS="${CFLAGS} -DHAVE_STRNDUP"
|
||||
}
|
||||
|
||||
package(){
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
make install DESTDIR=${pkgdir}
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue