New package: gmpc-11.8.16 (maintained by its author qball).
This commit is contained in:
parent
cb4cb53a40
commit
9eb5967b98
2 changed files with 27 additions and 0 deletions
1
srcpkgs/gmpc-devel
Symbolic link
1
srcpkgs/gmpc-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gmpc
|
26
srcpkgs/gmpc/template
Normal file
26
srcpkgs/gmpc/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'gmpc'
|
||||
pkgname=gmpc
|
||||
version=11.8.16
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config gob2 intltool vala"
|
||||
makedepends="gtk+-devel libSM-devel libmpd-devel libunique1-devel libsoup-devel sqlite-devel"
|
||||
depends="xdg-utils hicolor-icon-theme"
|
||||
short_desc="Gnome Music Player Client - The true MPD client"
|
||||
maintainer="Dave Davenport <qball@gmpclient.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://gmpclient.org/"
|
||||
distfiles="http://download.sarine.nl/Programs/gmpc/${version%.*}/gmpc-${version}.tar.gz"
|
||||
checksum=a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c
|
||||
|
||||
LDFLAGS="-lm"
|
||||
|
||||
gmpc-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="gtk+-devel libmpd-devel"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue