diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-04 20:00:41 +0000 |
commit | b2c353d874b85e06f355a9419852e2616613c7d0 (patch) | |
tree | f0773e0a930d308198ef5036d4f74e7f53015e6e /community-staging/yaws | |
parent | 0a24fb835cac4007388213ad0afb15257b035b14 (diff) |
Fri May 4 20:00:31 UTC 2012
Diffstat (limited to 'community-staging/yaws')
-rw-r--r-- | community-staging/yaws/PKGBUILD | 39 | ||||
-rw-r--r-- | community-staging/yaws/yaws.install | 13 | ||||
-rw-r--r-- | community-staging/yaws/yaws.profile | 1 |
3 files changed, 0 insertions, 53 deletions
diff --git a/community-staging/yaws/PKGBUILD b/community-staging/yaws/PKGBUILD deleted file mode 100644 index 2272d1047..000000000 --- a/community-staging/yaws/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 68449 2012-03-24 17:18:17Z arodseth $ -# Maintainer: Vesa Kaihlavirta -# Contributor: Alexander Rødseth <rodseth@gmail.com> - -pkgname=yaws -pkgver=1.92 -pkgrel=2 -pkgdesc='Yet Another Web Server -- The pure Erlang HTTP server/framework' -arch=('x86_64' 'i686') -url='http://yaws.hyber.org/' -license=('BSD') -depends=('pam' 'erlang') -backup=('etc/yaws/yaws.conf') -options=('!emptydirs') -install=$pkgname.install -source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz") -sha256sums=('cde83ca55d8e1b10a89094e1cfdc3e78d91ba9b1036cb5ea4e1994f5922c2357') - -build() { - cd "$pkgname-$pkgver" - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - for file in www/cgi.yaws www/cgi-bin/foo.py; do - # python2 fix - sed -i '0,/on/s//on2/' "$file" - done - make -} - -package() { - cd "$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - install -d "$pkgdir/usr/lib/erlang/lib" - ln -s /usr/lib/yaws "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: diff --git a/community-staging/yaws/yaws.install b/community-staging/yaws/yaws.install deleted file mode 100644 index 2b28403e1..000000000 --- a/community-staging/yaws/yaws.install +++ /dev/null @@ -1,13 +0,0 @@ -post_upgrade() { - mkdir -p /usr/var/log/yaws -} - -post_install() { - post_upgrade -} - -post_remove() { - rmdir --ignore-fail-on-non-empty /usr/var/log/yaws -} - -# vim:set ts=2 sw=2 et: diff --git a/community-staging/yaws/yaws.profile b/community-staging/yaws/yaws.profile deleted file mode 100644 index 57303c1f8..000000000 --- a/community-staging/yaws/yaws.profile +++ /dev/null @@ -1 +0,0 @@ -export PATH=$PATH:/opt/yaws/bin |