updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / djmount-alt / PKGBUILD
blob1ffeaf552d9cdda053c7c49c96a57dbfecc173c6
1 # Contributor: Michele Schäuble <mschaeuble@swissonline.ch>
2 # Contributor: Mark Buck <m_buck@hotmail.com>
4 pkgname=djmount-alt
5 pkgver=0.71
6 pkgrel=1
7 pkgdesc="A UPnP AV client that mounts media server contents as a filesystem."
8 arch=('i686' 'x86_64')
9 url="http://djmount.sourceforge.net/"
10 license=('GPL')
11 depends=('fuse' 'libupnp')
12 source=(http://downloads.sourceforge.net/project/djmount/djmount/$pkgver/djmount-$pkgver.tar.gz?use_mirror=ignum \
13         djmount.rcd djmount.confd)
14 md5sums=('c922753e706c194bf82a8b6ca77e6a9a' \
15          'f473b5150df385447f2f58049bfb6199' \
16          '21de4c947c17e8558f1007a20757f254')
18 build() {
19   cd $startdir/src/$pkgname-$pkgver
20   ./configure --prefix=/usr --with-external-libupnp --with-libupnp-prefix=/usr
21   make || return 1
22   make DESTDIR=$startdir/pkg install
24   install -D -m755 $startdir/src/djmount.rcd $startdir/pkg/etc/rc.d/djmount
25   install -D -m644 $startdir/src/djmount.confd $startdir/pkg/etc/conf.d/djmount