updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / quickserve / PKGBUILD
blob9947b8f17365e52c37195a411ed15f5c3a22c170
1 #Maintainer: Xyne <ac xunilhcra enyx, backwards>
2 pkgname=quickserve
3 pkgver=2011.04.17.1
4 pkgrel=1
5 pkgdesc="A simple HTTP server for quickly sharing files."
6 depends=('python2' 'python-xynehttpserver')
7 arch=('any')
8 license=('GPL')
9 url="http://xyne.archlinux.ca/projects/${pkgname}"
10 source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.gz)
11 md5sums=('8bedff81923e2130feab950fafeb1375')
13 build() {
14   install -D -m755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
16 # vim: set ts=2 sw=2 et: