mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
parent
81245a71ea
commit
47704713c5
1 changed files with 17 additions and 0 deletions
17
srcpkgs/mpdcron/template
Normal file
17
srcpkgs/mpdcron/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'mpdcron'
|
||||||
|
pkgname=mpdcron
|
||||||
|
version=0.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config automake libtool"
|
||||||
|
makedepends="libdaemon-devel libmpdclient-devel libglib-devel"
|
||||||
|
short_desc="Program for mpd which can execute scripts based on idle events"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://github.com/alip/mpdcron"
|
||||||
|
distfiles="https://github.com/alip/mpdcron/archive/v${version}.tar.gz"
|
||||||
|
checksum=750383bc2497373bd84ea7c8eea37e10f5f4530267afda4f76f94b83082bca5e
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue