19 lines
519 B
Bash
19 lines
519 B
Bash
# Template file for 'rsstail'
|
|
pkgname=rsstail
|
|
version=2.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libmrss-devel"
|
|
short_desc="More or less an rss reader"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.vanheusden.com/rsstail/"
|
|
distfiles="http://www.vanheusden.com/${pkgname}/${pkgname}-${version}.tgz"
|
|
checksum=42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71
|
|
|
|
do_install() {
|
|
vmkdir usr/bin
|
|
vmkdir usr/share/man/man1
|
|
make prefix="${DESTDIR}/usr" install
|
|
}
|