New package: gmusicbrowser-1.15

Closes #2974
This commit is contained in:
Jürgen Buchmüller 2015-11-23 16:44:22 +01:00
parent 42f420093f
commit 0cc680fea4
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'gmusicbrowser'
pkgname=gmusicbrowser
version=1.1.15
revision=1
noarch=yes
nocross=yes
hostmakedepends="perl"
makedepends="perl-Gtk2 perl-GStreamer-Interfaces"
depends="desktop-file-utils mpg123 perl-GStreamer-Interfaces
gst-plugins-base gst-plugins-good"
short_desc="Open-source jukebox for large collections"
maintainer="Logen K <logen@sudotask.com>"
license="GPL-3"
homepage="http://gmusicbrowser.org"
distfiles="http://gmusicbrowser.org/download/${pkgname}-${version}.tar.gz"
checksum=1ec881d148ccc26bdbab66ca701fd2216e034c3b613d6e66c17ac702271c677b
do_install() {
make prefix=${DESTDIR}/usr install
}