mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
42f420093f
commit
0cc680fea4
1 changed files with 20 additions and 0 deletions
20
srcpkgs/gmusicbrowser/template
Normal file
20
srcpkgs/gmusicbrowser/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue