19 lines
657 B
Text
19 lines
657 B
Text
# Template file for 'djmount'
|
|
pkgname=djmount
|
|
version=0.71
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--with-external-libupnp --with-external-talloc"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="fuse-devel talloc-devel libupnp-devel readline-devel"
|
|
short_desc="Mount MediaServers content as a Linux file system"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://djmount.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=aa5bb482af4cbd42695a7e396043d47b53d075ac2f6aa18a8f8e11383c030e4f
|
|
|
|
do_install() {
|
|
vinstall djmount/djmount 755 usr/bin
|
|
vinstall djmount.1 644 usr/share/man/man1
|
|
}
|