1 # Maintainer: Dan Serban
2 # Contributors: Etienne Zannelli, Anton Bazhenov
7 pkgdesc="A Unix/Linux version of the hub software for the Direct Connect network"
9 url=http://opendchub.sourceforge.net/
16 rm opendchub.tar.gz 2>/dev/null || true
17 _url=$(lynx -dump http://sourceforge.net/projects/opendchub/ | grep -o http.*projects.*download)
18 wget -O opendchub.tar.gz "${_url}"
19 bsdtar -xf opendchub.tar.gz
20 cd $(ls -1d opendchub-*/ | tail -1)
21 sh ./configure --prefix=/usr
23 make DESTDIR="${pkgdir}" install
24 mkdir -p "${pkgdir}"/usr/share/doc/opendchub
25 mv Documentation/* "${pkgdir}"/usr/share/doc/opendchub/