From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/webfs/PKGBUILD | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 community/webfs/PKGBUILD (limited to 'community/webfs/PKGBUILD') diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD deleted file mode 100644 index 580b9053d..000000000 --- a/community/webfs/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 92107 2013-05-31 15:10:32Z foutrelis $ -# Maintainer: Kyle Keen -# Contributor: Roman Kyrylych -# Contributor: Mark Rosenstand -# Contributor: Daniel J Griffiths -# Contributor: Chris Brannon - -pkgname=webfs -pkgver=1.21 -pkgrel=10 -pkgdesc="Simple and instant http server for mostly static content." -arch=(i686 x86_64) -url="http://linux.bytesex.org/misc/webfs.html" -license=("GPL") -depends=('mime-types' 'openssl') -backup=('etc/conf.d/webfsd') -source=(http://dl.bytesex.org/releases/webfs/webfs-${pkgver}.tar.gz - webfsd.conf - webfs.patch - webfsd.service) -md5sums=('6dc125fe160479404147e7bbfc781dbc' - 'b2c1ab041a82acd8391b06dc38d986be' - '7294edcec2589df04bb775270d56536e' - 'e1202dd915cba1a02e0016aa3a516b4a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - patch -i "$srcdir/webfs.patch" - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make prefix=/usr DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/webfsd.conf" "$pkgdir/etc/conf.d/webfsd" - install -Dm755 "$srcdir/webfsd.service" "$pkgdir/usr/lib/systemd/system/webfsd.service" -} -- cgit v1.2.3-54-g00ecf