18 lines
581 B
Bash
18 lines
581 B
Bash
# 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
|
|
}
|